Interface

APIErrorBody

Standard API error response body.

Properties

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.