2.0.0b35

ModuleLoadError

Package: flyte.errors

This error is raised when the module cannot be loaded, either because it does not exist or because of a syntax error.

class ModuleLoadError(
    message: str,
)
Parameter Type Description
message str