Dagger NodeJS SDK
common/errors.NotAwaitedRequestError
This error is thrown when the compute function isn't awaited.
Hierarchy
-
↳
NotAwaitedRequestError
Properties
cause
Optional
cause: Error
The original error, which caused the DaggerSDKError.
Inherited from
code
code: "D108"
The dagger specific error code. Use this to identify dagger errors programmatically.
Overrides
message
message: string
Inherited from
name
name: "NotAwaitedRequestError"
The name of the dagger error.
Overrides
stack
Optional
stack: string
Inherited from
Methods
printStackTrace
printStackTrace(): void
Pretty prints the error
Returns
void