kotanipay-sdk
Version:
Official Kotani Pay SDK for Node.js and Browser
12 lines • 443 B
TypeScript
export declare class KotaniPayError extends Error {
statusCode: number;
errorCode?: string | undefined;
constructor(message: string, statusCode?: number, errorCode?: string | undefined);
}
export declare class ValidationError extends KotaniPayError {
constructor(message: string);
}
export declare class AuthenticationError extends KotaniPayError {
constructor(message?: string);
}
//# sourceMappingURL=error.types.d.ts.map