interface ServiceIssue {
    code?: ErrorCode;
    message?: string;
    path?: (string | number)[];
}

Hierarchy (View Summary)

Properties

Properties

code?: ErrorCode

Standardized ERROR_CODES

message?: string

Details about what caused the issue

path?: (string | number)[]

Path to issue location