export interface CustomErrorOptions { message?: string; details?: string[]; localizedMessage?: string; }