Class: DockerImageRefValidationError
This error is thrown if the passed image reference does not pass validation and is not compliant with the DockerImage constructor.
Extends
Properties
cause?
optional
cause:Error
The original error, which caused the DaggerSDKError.
Inherited from
code
code:
"D107"
=ERROR_CODES.DockerImageRefValidationError
The dagger specific error code. Use this to identify dagger errors programmatically.
Overrides
message
message:
string
Inherited from
name
name:
"DockerImageRefValidationError"
=ERROR_NAMES.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