Class: UnknownDaggerError
This error is thrown if the dagger SDK does not identify the error and just wraps the cause.
Extends​
Properties​
cause?​
optionalcause:Error
The original error, which caused the DaggerSDKError.
Inherited from​
code​
code:
"D101"=ERROR_CODES.UnknownDaggerError
The dagger specific error code. Use this to identify dagger errors programmatically.
Overrides​
message​
message:
string
Inherited from​
name​
name:
"UnknownDaggerError"=ERROR_NAMES.UnknownDaggerError
The name of the dagger error.
Overrides​
stack?​
optionalstack:string
Inherited from​
Methods​
printStackTrace()​
printStackTrace():
void
Pretty prints the error
Returns​
void