UNPKG

@fruitsjs/http

Version:
9 lines (8 loc) 227 B
export declare class HttpError { requestUrl: string; status: number; message: string; data: any; timestamp: number; constructor(requestUrl: string, status: number, message: string, data: any); }