OperationResponseMap interface

An OperationResponse that can be returned from an operation request for a single status code.

Properties

bodyMapper

The mapper that will be used to deserialize the response body.

headersMapper

The mapper that will be used to deserialize the response headers.

isError

Indicates if this is an error response

Property Details

bodyMapper

The mapper that will be used to deserialize the response body.

bodyMapper?: Mapper

Property Value

headersMapper

The mapper that will be used to deserialize the response headers.

headersMapper?: Mapper

Property Value

isError

Indicates if this is an error response

isError?: boolean

Property Value

boolean