Skip to content

Class: ScopeDisposedError

Generated from SDK v1 (protocol 1) at source revision 97c6bb1. Never edit by hand; run npm run generate:reference.

@muoto/application


Defined in: sdk/lifecycle.ts:25

Thrown when an effect or service is registered on a disposed scope.

  • Error

new ScopeDisposedError(owner): ScopeDisposedError

Defined in: sdk/lifecycle.ts:27

string

ScopeDisposedError

Error.constructor

optional cause: unknown

Defined in: site/node_modules/typescript/lib/lib.es2022.error.d.ts:26

Error.cause


message: string

Defined in: site/node_modules/typescript/lib/lib.es5.d.ts:1077

Error.message


name: string

Defined in: site/node_modules/typescript/lib/lib.es5.d.ts:1076

Error.name


readonly owner: string

Defined in: sdk/lifecycle.ts:26


optional stack: string

Defined in: site/node_modules/typescript/lib/lib.es5.d.ts:1078

Error.stack