FoomtimeDispatchError
Class: FoomtimeDispatchError
Defined in: packages/microfoom-core/src/errors.ts:120
An exposed method has no callable implementation on the program instance — contradictory program state (a defect), not an agent-repairable miss, so it fails fast rather than entering the repair loop. A call to an unexposed method is repairable and is handled in-band (see the header note); it never reaches here.
Extends
Constructors
Constructor
new FoomtimeDispatchError(message, options?): FoomtimeDispatchError;Defined in: packages/microfoom-core/src/errors.ts:38
Parameters
| Parameter | Type |
|---|---|
message | string |
options? | FoomtimeErrorOptions |
Returns
FoomtimeDispatchError
Inherited from
Properties
cause?
optional cause?: unknown;Defined in: docs-website/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.error.d.ts:26
Inherited from
data?
readonly optional data?: unknown;Defined in: packages/microfoom-core/src/errors.ts:37
Inherited from
message
message: string;Defined in: docs-website/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1077
Inherited from
name
name: string;Defined in: docs-website/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1076
Inherited from
stack?
optional stack?: string;Defined in: docs-website/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1078
