microfoom

FoomtimeCancelledError

Class: FoomtimeCancelledError

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

Aborted via signal / .abort().

Extends

Constructors

Constructor

new FoomtimeCancelledError(message, options?): FoomtimeCancelledError;

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

Parameters

ParameterType
messagestring
options?FoomtimeErrorOptions

Returns

FoomtimeCancelledError

Inherited from

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

FoomtimeAbortError.cause


data?

readonly optional data?: unknown;

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

Inherited from

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

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

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

FoomtimeAbortError.stack

On this page