Reference for custom exceptions raised by the Lume Python SDK.
LumeError
.
lume.init()
or lume.run()
.
LumeError
.ApiError
.flow_version
does not exist or if the source_path
is invalid. Inherits from ApiError
.LumeError
.run.wait()
if the run terminates in a FAILED
or CRASHED
state. The run
object that raises the exception will have its final status and metadata populated.Examplerun.wait()
if the specified timeout is reached before the run completes. Inherits from RunError
.