FaroeError
Extends Error
.
An error indicating a server error response.
Properties
interface Properties {
status: number;
code: string;
}
status
: HTTP response status.code
: Faroe error code.
Extends Error
.
An error indicating a server error response.
interface Properties {
status: number;
code: string;
}
status
: HTTP response status.code
: Faroe error code.