CHAN.RUN
A fault error whose name is known at the type level.
Defined in: src/types.ts
A fault error whose name is known at the type level.
| Type Parameter |
|---|
N extends string |
optional cause?: unknown;Defined in: node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2022.error.d.ts
readonly 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
readonly name: N;Defined in: src/types.ts
optional stack?: string;Defined in: node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es5.d.ts