export interface Error { data: string; occurredAt: Date; source: string; stack: string; category: string; }