API referenceClasses
FoomtimeError
Class: FoomtimeError
Defined in: packages/microfoom-core/src/errors.ts:36
Base for the whole taxonomy. Each subclass reports its own class name.
Extends
Error
Extended by
FoomtimeAbortErrorFoomtimeBudgetExceededErrorFoomtimeCallDepthErrorFoomtimeConcurrencyErrorFoomtimeConfigErrorFoomtimeDispatchErrorFoomtimeHarnessErrorFoomtimeInputErrorFoomtimeRepairExhaustedErrorFoomtimeThrowErrorFoomtimeTokenLimitExceededError
Constructors
Constructor
new FoomtimeError(message, options?): FoomtimeError;Defined in: packages/microfoom-core/src/errors.ts:38
Parameters
| Parameter | Type |
|---|---|
message | string |
options? | FoomtimeErrorOptions |
Returns
FoomtimeError
Overrides
Error.constructorProperties
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
Error.causedata?
readonly optional data?: unknown;Defined in: packages/microfoom-core/src/errors.ts:37
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
Error.messagename
name: string;Defined in: docs-website/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1076
Inherited from
Error.namestack?
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
Error.stack