Optionaloptions: BaseErrorOptionsOptionalcauseOptionalstackStaticnameStatic OptionalprepareStaticstackFallback message.
StaticcaptureOptionalconstructorOpt: FunctionStaticextendStaticisStaticisStaticwrapOptionaloptions: Omit<BaseErrorOptions, "cause"> & { ifTypeDiffers?: boolean }
Tagged error for plugin-level dependency resolution failures.
context.idis the plugin id the manager was acting on.context.reasondiscriminates the failure mode:'missing'— declared dep is neither registered nor in the catalog.context.missinglists offending ids.'install-failed'— dep was found in the catalog butadd()failed.causecarries the original error.'cycle'— closure walk detected a cycle.context.pathis the cycle path.'core-dependent'— cascade-disable would have to disable a core plugin.context.coreDependentis the blocking id.