Class: EngineSessionError
This error is thrown if the EngineSession does not manage to parse the required port successfully because a EOF is read before any valid port. This usually happens if no connection can be established.
Extends​
Properties​
cause?​
optional
cause:Error
The original error, which caused the DaggerSDKError.
Inherited from​
code​
code:
"D105"
=ERROR_CODES.EngineSessionError
The dagger specific error code. Use this to identify dagger errors programmatically.
Overrides​
message​
message:
string
Inherited from​
name​
name:
"EngineSessionError"
=ERROR_NAMES.EngineSessionError
The name of the dagger error.
Overrides​
stack?​
optional
stack:string
Inherited from​
Methods​
printStackTrace()​
printStackTrace():
void
Pretty prints the error
Returns​
void