1.16.16

flytekit.exceptions.system

Directory

Errors

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

flytekit.exceptions.system.FlyteAgentNotFound

Parameters

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

Parameters

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

Parameters

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

Parameters

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

Parameters

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

Parameters

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

Parameters

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

Parameters

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

Parameters

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

Parameters

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