BatchSubResponse interface
The response data associated with a single request within a batch operation.
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. |
The body as text.
TypeScript
bodyAsText?: string
Property Value
string
The error code of the sub operation, if the sub operation failed.
TypeScript
errorCode?: string
Property Value
string
The status code of the sub operation.
TypeScript
status: number
Property Value
number
The status message of the sub operation.
TypeScript
statusMessage: string
Property Value
string