Class: EngineSessionConnectionTimeoutError
This error is thrown if the EngineSession does not manage to parse the required port successfully because the sessions connection timed out.
Extends
Properties
cause?
optionalcause?:Error
The original error, which caused the DaggerSDKError.
Inherited from
code
code:
"D104"=ERROR_CODES.EngineSessionConnectionTimeoutError
The dagger specific error code. Use this to identify dagger errors programmatically.
Overrides
message
message:
string
Inherited from
name
name:
"EngineSessionConnectionTimeoutError"=ERROR_NAMES.EngineSessionConnectionTimeoutError
The name of the dagger error.
Overrides
stack?
optionalstack?:string
Inherited from
timeOutDuration
timeOutDuration:
number
The duration until the timeout occurred in ms.
Methods
printStackTrace()
printStackTrace():
void
Pretty prints the error
Returns
void