export interface ErrorError { name: string; message: string; stack?: string; code?: string; }