Documentation / @zerotal/core / index / BindingNotFoundError
Class: BindingNotFoundError
Defined in: errors/ContainerErrors.ts:9
Raised when resolving a token that no provider has registered.
Extends
Constructors
Constructor
new BindingNotFoundError(
token):BindingNotFoundError
Defined in: errors/ContainerErrors.ts:10
Parameters
token
string
Returns
BindingNotFoundError
Overrides
Properties
code
readonlycode:string
Defined in: errors/ZerotalError.ts:18
Inherited from
status
readonlystatus:number=500
Defined in: errors/ZerotalError.ts:19
Inherited from
context?
readonlyoptionalcontext?:Record<string,unknown>
Defined in: errors/ZerotalError.ts:20