Page Contents

Home > @loopback/context > ResolutionError > (constructor)

ResolutionError.(constructor)

Constructs a new instance of the ResolutionError class

Signature:

constructor(message: string, resolutionCtx: Partial<ResolutionContext>);

Parameters

Parameter Type Description
message string
resolutionCtx Partial<[ResolutionContext](/doc/en/lb4/apidocs.context.resolutioncontext.html)>