Class
FluxerAPIError
Extends Error
Constructor
new FluxerAPIError
(body: APIErrorBody, statusCode: number, context?: RequestContext)| Param | Type | Description |
|---|---|---|
| body | APIErrorBody | |
| statusCode | number | |
| context? | RequestContext |
Properties
code
: string (readonly)errors
?: { path: string; message: string; code?: string; }[] | undefined (readonly)isRetryable
: boolean (readonly)method
?: string (readonly)path
?: string (readonly)rawBody
: APIErrorBody (readonly)statusCode
: number (readonly)