export interface HttpError { title: string; status: number; details: string; developerMessage: string; timestamp: string; }