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