BatchItem interface

An item returned from Batch service call.

Properties

response

The result of the query. TResult if the query completed successfully, ErrorResponse otherwise.

statusCode

HTTP request status code.

Property Details

response

The result of the query. TResult if the query completed successfully, ErrorResponse otherwise.

response: TResult | ErrorResponse

Property Value

TResult | ErrorResponse

statusCode

HTTP request status code.

statusCode: number

Property Value

number