Class: InitEngineSessionBinaryError
This error is thrown if the dagger binary cannot be copied from the dagger docker image and copied to the local host.
Extends
Properties
cause?
optional
cause:Error
The original error, which caused the DaggerSDKError.
Inherited from
code
code:
"D106"
=ERROR_CODES.InitEngineSessionBinaryError
The dagger specific error code. Use this to identify dagger errors programmatically.
Overrides
message
message:
string
Inherited from
name
name:
"InitEngineSessionBinaryError"
=ERROR_NAMES.InitEngineSessionBinaryError
The name of the dagger error.
Overrides
stack?
optional
stack:string
Inherited from
Methods
printStackTrace()
printStackTrace():
void
Pretty prints the error
Returns
void