0.1.dev2192+g7c539c3.d20250403

flytekit.exceptions.system

Directory

Errors

Exception Description
FlyteAgentNotFound Assertion failed.
FlyteConnectorNotFound Assertion failed.
FlyteDownloadDataException Common base class for all non-exit exceptions.
FlyteEntrypointNotLoadable Common base class for all non-exit exceptions.
FlyteNonRecoverableSystemException Common base class for all non-exit exceptions.
FlyteNotImplementedException Method or function hasn’t been implemented yet.
FlyteSystemAssertion Assertion failed.
FlyteSystemException Common base class for all non-exit exceptions.
FlyteSystemUnavailableException Common base class for all non-exit exceptions.
FlyteUploadDataException Common base class for all non-exit exceptions.

flytekit.exceptions.system.FlyteAgentNotFound

Assertion failed.

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

Properties

Property Type Description
timestamp
The timestamp as fractional seconds since epoch

flytekit.exceptions.system.FlyteConnectorNotFound

Assertion failed.

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

Properties

Property Type Description
timestamp
The timestamp as fractional seconds since epoch

flytekit.exceptions.system.FlyteDownloadDataException

Common base class for all non-exit exceptions.

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

Properties

Property Type Description
timestamp
The timestamp as fractional seconds since epoch

flytekit.exceptions.system.FlyteEntrypointNotLoadable

Common base class for all non-exit exceptions.

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

Properties

Property Type Description
timestamp
The timestamp as fractional seconds since epoch

flytekit.exceptions.system.FlyteNonRecoverableSystemException

Common base class for all non-exit exceptions.

class FlyteNonRecoverableSystemException(
    exc_value: Exception,
)

FlyteNonRecoverableSystemException is thrown when a system code raises an exception.

Parameter Type
exc_value Exception

Properties

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

flytekit.exceptions.system.FlyteNotImplementedException

Method or function hasn’t been implemented yet.

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

Properties

Property Type Description
timestamp
The timestamp as fractional seconds since epoch

flytekit.exceptions.system.FlyteSystemAssertion

Assertion failed.

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

Properties

Property Type Description
timestamp
The timestamp as fractional seconds since epoch

flytekit.exceptions.system.FlyteSystemException

Common base class for all non-exit exceptions.

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

Properties

Property Type Description
timestamp
The timestamp as fractional seconds since epoch

flytekit.exceptions.system.FlyteSystemUnavailableException

Common base class for all non-exit exceptions.

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

Properties

Property Type Description
timestamp
The timestamp as fractional seconds since epoch

flytekit.exceptions.system.FlyteUploadDataException

Common base class for all non-exit exceptions.

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

Properties

Property Type Description
timestamp
The timestamp as fractional seconds since epoch