Abstract Class: FoomtimeHarnessError
Abstract Class: FoomtimeHarnessError
Defined in: packages/microfoom-core/src/errors.ts:93
The harness (or its backend) failed to fulfill a turn. foomtime runs inside the harness and delegates turns to it, so this is the boundary-failure class — origin (provider vs harness internals) is often indistinguishable from here.
Extends
Extended by
Constructors
Constructor
new FoomtimeHarnessError(message, options?): FoomtimeHarnessError;Defined in: packages/microfoom-core/src/errors.ts:38
Parameters
| Parameter | Type |
|---|---|
message | string |
options? | FoomtimeErrorOptions |
Returns
FoomtimeHarnessError
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
retryable
abstract readonly retryable: boolean;Defined in: packages/microfoom-core/src/errors.ts:97
True when retrying the same turn may succeed — the only thing a catcher needs.
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
status?
readonly optional status?: number;Defined in: packages/microfoom-core/src/errors.ts:95
HTTP-ish status, if the harness surfaced one.
