microfoom

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

ParameterType
messagestring
channelRepairChannel
options?FoomtimeErrorOptions

Returns

FoomtimeRepairExhaustedError

Overrides

FoomtimeError.constructor

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

FoomtimeError.cause


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

FoomtimeError.data


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

FoomtimeError.message


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

FoomtimeError.name


stack?

optional stack?: string;

Defined in: docs-website/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1078

Inherited from

FoomtimeError.stack

On this page