@docusign/iam-sdk
Version:
Developer-friendly & type-safe Typescript SDK specifically catered to leverage *@docusign/iam-sdk* API.
10 lines • 353 B
TypeScript
import { IamClientError } from "./iamclienterror.js";
/** The fallback error class if no more specific error class is matched */
export declare class APIError extends IamClientError {
constructor(message: string, httpMeta: {
response: Response;
request: Request;
body: string;
});
}
//# sourceMappingURL=apierror.d.ts.map