Interface

APIErrorBody

Standard API error response body.

Properties

NameTypeDescription
codeAPIErrorCode | stringError code (see APIErrorCode).
errors?Array<{ path: string; message: string; code?: string }>Field-level validation errors.
messagestringHuman-readable error message.