Interface ErrorDetail

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

Properties

Properties

code: string
field?: string
message: string