Wildberries API TypeScript SDK / UserManagementErrorResponse
Interface: UserManagementErrorResponse
Defined in: types/user-management.types.ts:220
Ответ с информацией об ошибке от User Management API
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="title"></a> title | string | Заголовок ошибки | types/user-management.types.ts:222 |
<a id="detail"></a> detail | string | Детали ошибки | types/user-management.types.ts:224 |
<a id="requestid"></a> requestId | string | ID запроса | types/user-management.types.ts:226 |
<a id="origin"></a> origin | string | Название внутреннего сервиса | types/user-management.types.ts:228 |
<a id="status"></a> status | number | HTTP статус-код | types/user-management.types.ts:230 |