export class Err { timestamp?: Date; status?: number; exception?: string; message?: string; path?: string; }