new lib version [CI SKIP]
This commit is contained in:
16
dist/core/ApiError.d.ts
vendored
16
dist/core/ApiError.d.ts
vendored
@@ -1,8 +1,8 @@
|
||||
import type { ApiResult } from './ApiResult';
|
||||
export declare class ApiError extends Error {
|
||||
readonly url: string;
|
||||
readonly status: number;
|
||||
readonly statusText: string;
|
||||
readonly body: any;
|
||||
constructor(response: ApiResult, message: string);
|
||||
}
|
||||
import type { ApiResult } from './ApiResult';
|
||||
export declare class ApiError extends Error {
|
||||
readonly url: string;
|
||||
readonly status: number;
|
||||
readonly statusText: string;
|
||||
readonly body: any;
|
||||
constructor(response: ApiResult, message: string);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user