export interface IHttpErrorConstructor { status: number; statusText: string; text: string; } export interface IHttpError { }