CHAN.RUN
Marker interface for errors created by fault.
Defined in: src/types.ts
Marker interface for errors created by fault.
Erroroptional cause?: unknown;Defined in: node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2022.error.d.ts
Error.causereadonly code: string;Defined in: src/types.ts
readonly isFault: true;Defined in: src/types.ts
message: string;Defined in: node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es5.d.ts
Error.messagereadonly name: string;Defined in: src/types.ts
Error.nameoptional stack?: string;Defined in: node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es5.d.ts
Error.stack