Skip to content

DI Bag API / index / DisposalFailure

Interface: DisposalFailure ​

Defined in: errors.ts:39

One disposer failure, associated with the acquisition that owned it.

See ​

https://dany-fedorov.github.io/di-bag/agent/errors.html#di-bag-disposal-failed

Properties ​

acquisitionId ​

ts
readonly acquisitionId: symbol;

Defined in: errors.ts:40


bindingId ​

ts
readonly bindingId: symbol;

Defined in: errors.ts:41


bindingLabel ​

ts
readonly bindingLabel: string;

Defined in: errors.ts:42


error ​

ts
readonly error: unknown;

Defined in: errors.ts:43

Ordinary services. Checked composition. Explicit ownership.