BatchSubResponse interface
The response data associated with a single request within a batch operation.
Properties
body |
The body as text. |
error |
The error code of the sub operation, if the sub operation failed. |
headers | The HTTP response headers. |
status | The status code of the sub operation. |
status |
The status message of the sub operation. |
Property Details
bodyAsText
The body as text.
bodyAsText?: string
Property Value
string
errorCode
The error code of the sub operation, if the sub operation failed.
errorCode?: string
Property Value
string
headers
status
The status code of the sub operation.
status: number
Property Value
number
statusMessage
The status message of the sub operation.
statusMessage: string
Property Value
string