Skip to main content

Class: TooManyNestedObjectsError

Dagger only expects one response value from the engine. If the engine returns more than one value this error is thrown.

Extends

Properties

cause?

optional cause: Error

The original error, which caused the DaggerSDKError.

Inherited from

DaggerSDKError.cause


code

code: "D102" = ERROR_CODES.TooManyNestedObjectsError

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

Overrides

DaggerSDKError.code


message

message: string

Inherited from

DaggerSDKError.message


name

name: "TooManyNestedObjectsError" = ERROR_NAMES.TooManyNestedObjectsError

The name of the dagger error.

Overrides

DaggerSDKError.name


response

response: unknown

the response containing more than one value.


stack?

optional stack: string

Inherited from

DaggerSDKError.stack

Methods

printStackTrace()

printStackTrace(): void

Pretty prints the error

Returns

void

Inherited from

DaggerSDKError.printStackTrace