microfoom

FoomtimeHarnessRejectedError

Class: FoomtimeHarnessRejectedError

Defined in: packages/microfoom-core/src/errors.ts:106

Non-transient: permission denied, model not allowed, context overflow, content filtered.

Extends

Constructors

Constructor

new FoomtimeHarnessRejectedError(message, options?): FoomtimeHarnessRejectedError;

Defined in: packages/microfoom-core/src/errors.ts:38

Parameters

ParameterType
messagestring
options?FoomtimeErrorOptions

Returns

FoomtimeHarnessRejectedError

Inherited from

FoomtimeHarnessError.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

FoomtimeHarnessError.cause


data?

readonly optional data?: unknown;

Defined in: packages/microfoom-core/src/errors.ts:37

Inherited from

FoomtimeHarnessError.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

FoomtimeHarnessError.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

FoomtimeHarnessError.name


retryable

readonly retryable: false = false;

Defined in: packages/microfoom-core/src/errors.ts:107

True when retrying the same turn may succeed — the only thing a catcher needs.

Overrides

FoomtimeHarnessError.retryable


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

FoomtimeHarnessError.stack


status?

readonly optional status?: number;

Defined in: packages/microfoom-core/src/errors.ts:95

HTTP-ish status, if the harness surfaced one.

Inherited from

FoomtimeHarnessError.status

On this page