Dagger NodeJS SDK
common/errors.DockerImageRefValidationError
This error is thrown if the passed image reference does not pass validation and is not compliant with the DockerImage constructor.
Hierarchy
-
↳
DockerImageRefValidationError
Properties
cause
Optional
cause: Error
The original error, which caused the DaggerSDKError.
Inherited from
code
code: "D107"
The dagger specific error code. Use this to identify dagger errors programmatically.
Overrides
message
message: string
Inherited from
name
name: "DockerImageRefValidationError"
The name of the dagger error.
Overrides
ref
ref: string
The docker image reference, which caused the error.
stack
Optional
stack: string
Inherited from
Methods
printStackTrace
printStackTrace(): void
Pretty prints the error
Returns
void