Wildberries API TypeScript SDK / <internal> / BatchError
Interface: BatchError
Defined in: types/in-store-pickup.types.ts:275
Per-order error in a batch response.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="code"></a> code | number | Error code (e.g. 404). | types/in-store-pickup.types.ts:277 |
<a id="detail"></a> detail | string | Error description (e.g. NotFound). | types/in-store-pickup.types.ts:279 |