Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
OperationResponseMap interface
- Package:
- @azure/core-client
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
