Class: FunctionNotFound
The base error. Every other error inherits this error.
Extends​
Constructors​
Constructor​
new FunctionNotFound(
message,options?):FunctionNotFound
Parameters​
message​
string
options?​
DaggerSDKErrorOptions
Returns​
FunctionNotFound
Overrides​
DaggerSDKError.constructor
Properties​
cause?​
optionalcause:Error
The original error, which caused the DaggerSDKError.
Inherited from​
code​
code:
"D109"=ERROR_CODES.ExecError
The dagger specific error code. Use this to identify dagger errors programmatically.
Overrides​
message​
message:
string
Inherited from​
name​
name:
"ExecError"=ERROR_NAMES.ExecError
The name of the dagger error.
Overrides​
stack?​
optionalstack:string
Inherited from​
Methods​
printStackTrace()​
printStackTrace():
void
Pretty prints the error
Returns​
void