Skip to content

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

PropertyTypeDescriptionDefined 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

Made with ❤️ for the Wildberries developer community