UNPKG

@openweb3-io/waas

Version:

WaaS API client and WaaS verification library

11 lines (10 loc) 245 B
export declare class ApiException<T> extends Error { code: number; body: T; headers: { [key: string]: string; }; constructor(code: number, message: string, body: T, headers: { [key: string]: string; }); }