@metamask/kernel-errors
Version:
13 lines • 680 B
text/typescript
import { StreamReadError } from "./StreamReadError.cjs";
import { VatAlreadyExistsError } from "./VatAlreadyExistsError.cjs";
import { VatDeletedError } from "./VatDeletedError.cjs";
import { VatNotFoundError } from "./VatNotFoundError.cjs";
import { SubclusterNotFoundError } from "./SubclusterNotFoundError.cjs";
export declare const errorClasses: {
readonly STREAM_READ_ERROR: typeof StreamReadError;
readonly VAT_ALREADY_EXISTS: typeof VatAlreadyExistsError;
readonly VAT_DELETED: typeof VatDeletedError;
readonly VAT_NOT_FOUND: typeof VatNotFoundError;
readonly SUBCLUSTER_NOT_FOUND: typeof SubclusterNotFoundError;
};
//# sourceMappingURL=index.d.cts.map