ImageBuildError
This error is raised when the image build fails.
Attributes
| Attribute | Type | Description |
|---|---|---|
| message | string | A descriptive error message explaining the specific reason why the image build process failed. |
Constructor
Signature
def ImageBuildError(
message: string
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The error message describing why the image build failed. |
Signature
def ImageBuildError(
message: string
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The detailed error message explaining why the image build process failed |