Dagger NodeJS SDK
common/errors.EngineSessionConnectParamsParseError
This error is thrown if the EngineSession does not manage to parse the required connection parameters from the session binary
Hierarchy
-
↳
EngineSessionConnectParamsParseError
Properties
cause
Optional
cause: Error
The original error, which caused the DaggerSDKError.
Inherited from
code
code: "D103"
The dagger specific error code. Use this to identify dagger errors programmatically.
Overrides
message
message: string
Inherited from
name
name: "EngineSessionConnectParamsParseError"
The name of the dagger error.
Overrides
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
Methods
printStackTrace
printStackTrace(): void
Pretty prints the error
Returns
void