OperationWorkerResponse interface

This is the base class for operation result responses.

Properties

headers

HTTP headers associated with this operation.

statusCode

HTTP Status Code of the operation.

Property Details

headers

HTTP headers associated with this operation.

headers?: {[propertyName: string]: string[]}

Property Value

{[propertyName: string]: string[]}

statusCode

HTTP Status Code of the operation.

statusCode?: HttpStatusCode

Property Value