Skip to main content

Dagger NodeJS SDK

common/errors.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.

Hierarchy

Properties

cause

Optional cause: Error

The original error, which caused the DaggerSDKError.

Inherited from

DaggerSDKError.cause


code

code: "D105"

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

Overrides

DaggerSDKError.code


message

message: string

Inherited from

DaggerSDKError.message


name

name: "EngineSessionError"

The name of the dagger error.

Overrides

DaggerSDKError.name


stack

Optional stack: string

Inherited from

DaggerSDKError.stack

Methods

printStackTrace

printStackTrace(): void

Pretty prints the error

Returns

void

Inherited from

DaggerSDKError.printStackTrace