Interface
APIErrorBody
Standard API error response body.
Properties
| Name | Type | Description |
|---|---|---|
| code | APIErrorCode | string | Error code (see APIErrorCode). |
| errors? | Array<{ path: string; message: string; code?: string }> | Field-level validation errors. |
| message | string | Human-readable error message. |