Page Contents
Home > @loopback/context > ResolutionError
ResolutionError class
Error for context binding resolutions and dependency injections
Signature:
export declare class ResolutionError extends Error
Extends: Error
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| [(constructor)(message, resolutionCtx)](/doc/en/lb4/apidocs.context.resolutionerror._constructor_.html) | Constructs a new instance of the `ResolutionError` class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| [resolutionCtx](/doc/en/lb4/apidocs.context.resolutionerror.resolutionctx.html) | `readonly` | Partial<[ResolutionContext](/doc/en/lb4/apidocs.context.resolutioncontext.html)> |