Dagger NodeJS SDK
common/errors.TooManyNestedObjectsError
Dagger only expects one response value from the engine. If the engine returns more than one value this error is thrown.
Hierarchy
-
↳
TooManyNestedObjectsError
Properties
cause
Optional
cause: Error
The original error, which caused the DaggerSDKError.
Inherited from
code
code: "D102"
The dagger specific error code. Use this to identify dagger errors programmatically.
Overrides
message
message: string
Inherited from
name
name: "TooManyNestedObjectsError"
The name of the dagger error.
Overrides
response
response: unknown
the response containing more than one value.
stack
Optional
stack: string
Inherited from
Methods
printStackTrace
printStackTrace(): void
Pretty prints the error
Returns
void