export interface ErrorCode {
    id: string;
    name: string;
    description: string;
}
