Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BatchSubResponse

Package version

The response data associated with a single request within a batch operation.

Hierarchy

  • BatchSubResponse

Index

Properties

_request

_request: BatchSubRequest

The batch sub request corresponding to the sub response.

Optional bodyAsText

bodyAsText: undefined | string

The body as text.

Optional errorCode

errorCode: undefined | string

The error code of the sub operation, if the sub operation failed.

headers

headers: HttpHeaders

The HTTP response headers.

status

status: number

The status code of the sub operation.

statusMessage

statusMessage: string

The status message of the sub operation.

Generated using TypeDoc