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