export interface IError { package: string; module: string; class: string; access: string; code: string; message: string; http: number; error: object; } export interface IHttpError { code: string; message: string; status: number; }