export interface ErrorType { message: string; code: string; name?: string; httpStatus?: number; }