UnexpectedErrorResponseBodyError
Extends Error.
Indicates an unexpected error response JSON body.
Properties
interface Properties {
status: number;
data: unknown;
}
status: Response body status.data:JSON.parse()-ed response body.
Extends Error.
Indicates an unexpected error response JSON body.
interface Properties {
status: number;
data: unknown;
}
status: Response body status.data: JSON.parse()-ed response body.