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