flytekit.exceptions.system
Directory
Classes
No classes in this package.
Errors
flytekit.exceptions.system.FlyteAgentNotFound
Assertion failed.
def FlyteAgentNotFound(
args,
timestamp: typing.Optional[float],
):
Parameter |
Type |
args |
*args |
timestamp |
typing.Optional[float] |
Properties
Property |
Type |
Description |
timestamp |
|
|
flytekit.exceptions.system.FlyteDownloadDataException
Common base class for all non-exit exceptions.
def FlyteDownloadDataException(
args,
timestamp: typing.Optional[float],
):
Parameter |
Type |
args |
*args |
timestamp |
typing.Optional[float] |
Properties
Property |
Type |
Description |
timestamp |
|
|
flytekit.exceptions.system.FlyteEntrypointNotLoadable
Common base class for all non-exit exceptions.
def FlyteEntrypointNotLoadable(
task_module,
task_name,
additional_msg,
):
Parameter |
Type |
task_module |
|
task_name |
|
additional_msg |
|
Properties
Property |
Type |
Description |
timestamp |
|
|
flytekit.exceptions.system.FlyteException
Common base class for all non-exit exceptions.
def FlyteException(
args,
timestamp: typing.Optional[float],
):
Parameter |
Type |
args |
*args |
timestamp |
typing.Optional[float] |
Properties
Property |
Type |
Description |
timestamp |
|
|
flytekit.exceptions.system.FlyteNonRecoverableSystemException
Common base class for all non-exit exceptions.
def FlyteNonRecoverableSystemException(
exc_value: Exception,
):
FlyteNonRecoverableSystemException is thrown when a system code raises an exception.
Parameter |
Type |
exc_value |
Exception |
Properties
Property |
Type |
Description |
timestamp |
|
|
value |
|
|
flytekit.exceptions.system.FlyteNotImplementedException
Method or function hasn’t been implemented yet.
def FlyteNotImplementedException(
args,
timestamp: typing.Optional[float],
):
Parameter |
Type |
args |
*args |
timestamp |
typing.Optional[float] |
Properties
Property |
Type |
Description |
timestamp |
|
|
flytekit.exceptions.system.FlyteSystemAssertion
Assertion failed.
def FlyteSystemAssertion(
args,
timestamp: typing.Optional[float],
):
Parameter |
Type |
args |
*args |
timestamp |
typing.Optional[float] |
Properties
Property |
Type |
Description |
timestamp |
|
|
flytekit.exceptions.system.FlyteSystemException
Common base class for all non-exit exceptions.
def FlyteSystemException(
args,
timestamp: typing.Optional[float],
):
Parameter |
Type |
args |
*args |
timestamp |
typing.Optional[float] |
Properties
Property |
Type |
Description |
timestamp |
|
|
flytekit.exceptions.system.FlyteSystemUnavailableException
Common base class for all non-exit exceptions.
def FlyteSystemUnavailableException(
args,
timestamp: typing.Optional[float],
):
Parameter |
Type |
args |
*args |
timestamp |
typing.Optional[float] |
Properties
Property |
Type |
Description |
timestamp |
|
|
flytekit.exceptions.system.FlyteUploadDataException
Common base class for all non-exit exceptions.
def FlyteUploadDataException(
args,
timestamp: typing.Optional[float],
):
Parameter |
Type |
args |
*args |
timestamp |
typing.Optional[float] |
Properties
Property |
Type |
Description |
timestamp |
|
|