OperationResponseMap interface
An OperationResponse that can be returned from an operation request for a single status code.
Properties
body |
The mapper that will be used to deserialize the response body. |
headers |
The mapper that will be used to deserialize the response headers. |
is |
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