Wildberries API TypeScript SDK / APIError
Interface: APIError
Defined in: types/orders-fbs.types.ts:820
API error response (v3 schema) Maps to swagger schema: v3.APIError
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="code"></a> code? | string | Error code | types/orders-fbs.types.ts:822 |
<a id="message"></a> message? | string | Error description | types/orders-fbs.types.ts:824 |
<a id="data"></a> data? | Record<string, unknown> | Additional error data | types/orders-fbs.types.ts:826 |