DisposalError
DisposalError - Interface
Signature - disposable.ts#L282
interface DisposalError extends Error {
readonly errors: unknown[]
}DisposalError - Variable
Signature - disposable.ts#L302
var DisposalError: DisposalErrorConstructorThrown when at least one error is caught during the disposal of a disposable.