UNPKG

@tristeroresearch/mach-sdk

Version:

A TypeScript SDK for integrating with Mach's API.

7 lines 268 B
import type { ErrorCode, ErrorName } from './constants.js'; export declare class BaseError extends Error { code: ErrorCode; cause?: Error; constructor(name: ErrorName, code: number, message: string, cause?: Error); } //# sourceMappingURL=baseError.d.ts.map