export interface Error { detail: string; source: string; status: string; title: string; }