BatchSubResponse interface
Properties
| body |
The body as text. |
| error |
The error code of the sub opeartion, 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 opeartion. |
Property Details
bodyAsText
The body as text.
bodyAsText?: undefined | string
Property Value
undefined | string
errorCode
The error code of the sub opeartion, if the sub operation failed.
errorCode?: undefined | string
Property Value
undefined | string
headers
The HTTP response headers.
headers: HttpHeaders
Property Value
HttpHeaders
status
The status code of the sub operation.
status: number
Property Value
number
statusMessage
The status message of the sub opeartion.
statusMessage: string
Property Value
string