UNPKG

@codama/errors

Version:
13 lines 360 B
/** * Heavily inspired by @solana/errors. * @see https://github.com/anza-xyz/kit/blob/main/packages/errors */ import { CodamaErrorCode } from './codes'; /** * WARNING: * - Don't change the meaning of an error message. */ export declare const CodamaErrorMessages: Readonly<{ [P in CodamaErrorCode]: string; }>; //# sourceMappingURL=messages.d.ts.map