UnexpectedResponseError
Extends Error
.
Indicates an unexpected response status or unexpected response body content type.
Properties
interface Properties {
status: number;
}
status
: Response body status.
Extends Error
.
Indicates an unexpected response status or unexpected response body content type.
interface Properties {
status: number;
}
status
: Response body status.