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: string
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The error message describing why the code bundle could not be created. |
Signature
def CodeBundleError(
message: string
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The detailed error message explaining why the code bundle creation failed |