FoomtimeRepairExhaustedError
Class: FoomtimeRepairExhaustedError
Defined in: packages/microfoom-core/src/errors.ts:80
The repair loop gave up after repairAttempts consecutive invalid attempts.
channel names the fault: "args" (bad foom_call arguments), "return" (a
foom_return value that failed its schema, or a turn that never returned), or
"dispatch" (a call to an unexposed method).
Extends
Constructors
Constructor
new FoomtimeRepairExhaustedError(
message,
channel,
options?): FoomtimeRepairExhaustedError;Defined in: packages/microfoom-core/src/errors.ts:82
Parameters
| Parameter | Type |
|---|---|
message | string |
channel | RepairChannel |
options? | FoomtimeErrorOptions |
Returns
FoomtimeRepairExhaustedError
Overrides
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
channel
readonly channel: RepairChannel;Defined in: packages/microfoom-core/src/errors.ts:81
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
