export interface IErrorResponse { message: string; details: string[]; correlationId?: string; }