Wildberries API TypeScript SDK / <internal> / ResponseContentError
Interface: ResponseContentError
Defined in: types/products.types.ts:97
Example
json
{
"data": null,
"error": false,
"errorText": "",
"additionalErrors": null
}Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="data"></a> data? | Record<string, never> | Данные ошибки | types/products.types.ts:99 |
<a id="error"></a> error? | boolean | Флаг ошибки | types/products.types.ts:101 |
<a id="errortext"></a> errorText? | string | Текст ошибки | types/products.types.ts:103 |
<a id="additionalerrors"></a> additionalErrors? | string | Дополнительные ошибки | types/products.types.ts:105 |