CodeBundleError
This error is raised when the code bundle cannot be created, for example when no files are found to bundle.
Constructor
Signature
def CodeBundleError(
message: str
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | str | A descriptive error message. |
Signature
def CodeBundleError(
message: str
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | str | The specific error message detailing why the code bundle could not be created. |