@metamask/kernel-errors
Version:
1 lines • 1.49 kB
Source Map (JSON)
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,2CAA0C;AAC1E,OAAO,EAAE,eAAe,EAAE,qCAAoC;AAC9D,OAAO,EAAE,gBAAgB,EAAE,sCAAqC;AAChE,OAAO,EAAE,eAAe,EAAE,qCAAoC;AAC9D,OAAO,EAAE,uBAAuB,EAAE,6CAA4C;AAC9E,OAAO,EACL,SAAS,EACT,aAAa,EACb,WAAW,EACX,oBAAoB,EACpB,wBAAwB,EACzB,wBAAuB;AACxB,OAAO,EAAE,OAAO,EAAE,4BAA2B;AAC7C,OAAO,EAAE,WAAW,EAAE,gCAA+B;AACrD,OAAO,EAAE,YAAY,EAAE,mCAAkC;AACzD,OAAO,EAAE,cAAc,EAAE,qCAAoC;AAC7D,OAAO,EAAE,gBAAgB,EAAE,uCAAsC;AACjE,OAAO,EAAE,oBAAoB,EAAE,2CAA0C","sourcesContent":["export type { OcapError, MarshaledError } from './types.ts';\nexport { VatAlreadyExistsError } from './errors/VatAlreadyExistsError.ts';\nexport { VatDeletedError } from './errors/VatDeletedError.ts';\nexport { VatNotFoundError } from './errors/VatNotFoundError.ts';\nexport { StreamReadError } from './errors/StreamReadError.ts';\nexport { SubclusterNotFoundError } from './errors/SubclusterNotFoundError.ts';\nexport {\n ErrorCode,\n ErrorSentinel,\n ErrorStruct,\n MarshaledErrorStruct,\n MarshaledOcapErrorStruct,\n} from './constants.ts';\nexport { toError } from './utils/toError.ts';\nexport { isOcapError } from './utils/isOcapError.ts';\nexport { marshalError } from './marshal/marshalError.ts';\nexport { unmarshalError } from './marshal/unmarshalError.ts';\nexport { isMarshaledError } from './marshal/isMarshaledError.ts';\nexport { isMarshaledOcapError } from './marshal/isMarshaledOcapError.ts';\n"]}