1.16.15

flytekit.exceptions.system

Directory

Errors

Exception Description
FlyteAgentNotFound
FlyteConnectorNotFound
FlyteDownloadDataException
FlyteEntrypointNotLoadable
FlyteNonRecoverableSystemException
FlyteNotImplementedException
FlyteSystemAssertion
FlyteSystemException
FlyteSystemUnavailableException
FlyteUploadDataException

flytekit.exceptions.system.FlyteAgentNotFound

class FlyteAgentNotFound(
    args,
    timestamp: typing.Optional[float],
)
Parameter Type Description
args *args
timestamp typing.Optional[float]

Properties

Property Type Description
timestamp None The timestamp as fractional seconds since epoch

flytekit.exceptions.system.FlyteConnectorNotFound

class FlyteConnectorNotFound(
    args,
    timestamp: typing.Optional[float],
)
Parameter Type Description
args *args
timestamp typing.Optional[float]

Properties

Property Type Description
timestamp None The timestamp as fractional seconds since epoch

flytekit.exceptions.system.FlyteDownloadDataException

class FlyteDownloadDataException(
    args,
    timestamp: typing.Optional[float],
)
Parameter Type Description
args *args
timestamp typing.Optional[float]

Properties

Property Type Description
timestamp None The timestamp as fractional seconds since epoch

flytekit.exceptions.system.FlyteEntrypointNotLoadable

class FlyteEntrypointNotLoadable(
    task_module,
    task_name,
    additional_msg,
)
Parameter Type Description
task_module
task_name
additional_msg

Properties

Property Type Description
timestamp None The timestamp as fractional seconds since epoch

flytekit.exceptions.system.FlyteNonRecoverableSystemException

class FlyteNonRecoverableSystemException(
    exc_value: Exception,
)

FlyteNonRecoverableSystemException is thrown when a system code raises an exception.

Parameter Type Description
exc_value Exception The exception that was raised from system code.

Properties

Property Type Description
timestamp None The timestamp as fractional seconds since epoch
value None

flytekit.exceptions.system.FlyteNotImplementedException

class FlyteNotImplementedException(
    args,
    timestamp: typing.Optional[float],
)
Parameter Type Description
args *args
timestamp typing.Optional[float]

Properties

Property Type Description
timestamp None The timestamp as fractional seconds since epoch

flytekit.exceptions.system.FlyteSystemAssertion

class FlyteSystemAssertion(
    args,
    timestamp: typing.Optional[float],
)
Parameter Type Description
args *args
timestamp typing.Optional[float]

Properties

Property Type Description
timestamp None The timestamp as fractional seconds since epoch

flytekit.exceptions.system.FlyteSystemException

class FlyteSystemException(
    args,
    timestamp: typing.Optional[float],
)
Parameter Type Description
args *args
timestamp typing.Optional[float]

Properties

Property Type Description
timestamp None The timestamp as fractional seconds since epoch

flytekit.exceptions.system.FlyteSystemUnavailableException

class FlyteSystemUnavailableException(
    args,
    timestamp: typing.Optional[float],
)
Parameter Type Description
args *args
timestamp typing.Optional[float]

Properties

Property Type Description
timestamp None The timestamp as fractional seconds since epoch

flytekit.exceptions.system.FlyteUploadDataException

class FlyteUploadDataException(
    args,
    timestamp: typing.Optional[float],
)
Parameter Type Description
args *args
timestamp typing.Optional[float]

Properties

Property Type Description
timestamp None The timestamp as fractional seconds since epoch