Skip to main content

Class: EngineSessionConnectParamsParseError

This error is thrown if the EngineSession does not manage to parse the required connection parameters from the session binary

Extends​

Properties​

cause?​

optional cause: Error

The original error, which caused the DaggerSDKError.

Inherited from​

DaggerSDKError.cause


code​

code: "D103" = ERROR_CODES.EngineSessionConnectParamsParseError

The dagger specific error code. Use this to identify dagger errors programmatically.

Overrides​

DaggerSDKError.code


message​

message: string

Inherited from​

DaggerSDKError.message


name​

name: "EngineSessionConnectParamsParseError" = ERROR_NAMES.EngineSessionConnectParamsParseError

The name of the dagger error.

Overrides​

DaggerSDKError.name


parsedLine​

parsedLine: string

the line, which caused the error during parsing, if the error was caused because of parsing.


stack?​

optional stack: string

Inherited from​

DaggerSDKError.stack

Methods​

printStackTrace()​

printStackTrace(): void

Pretty prints the error

Returns​

void

Inherited from​

DaggerSDKError.printStackTrace