Skip to main content

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

NameTypeDescription
messagestrA descriptive error message.

Signature

def CodeBundleError(
message: str
) - > null

Parameters

NameTypeDescription
messagestrThe specific error message detailing why the code bundle could not be created.