clean-jsdoc-theme TypeDoc APIv0.0.0

ErrorDetail

interface ErrorDetail { code?: string; field?: string; message: string; }

Source: api.ts:165

Individual error detail


Properties

code: string

Error code for this detail

field: string

Field name that caused the error

message: string

Error message for this field