Interface: ApiError¶
Defined in: lib/types.ts:232
API error response structure.
ApiError
Properties¶
| Property | Type | Description | Defined in |
|---|---|---|---|
message? |
string |
Error message | lib/types.ts:233 |
response? |
object |
API response object | lib/types.ts:234 |
response.data? |
object |
- | lib/types.ts:235 |
response.data.detail? |
string |
- | lib/types.ts:236 |