The page you navigated to does not exist, so we brought you to the closest page to it.
flytekit.exceptions.system
class FlyteAgentNotFound(
args,
timestamp: typing.Optional[float],
)
| Parameter |
Type |
Description |
args |
*args |
|
timestamp |
typing.Optional[float] |
|
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |
class FlyteConnectorNotFound(
args,
timestamp: typing.Optional[float],
)
| Parameter |
Type |
Description |
args |
*args |
|
timestamp |
typing.Optional[float] |
|
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |
class FlyteDownloadDataException(
args,
timestamp: typing.Optional[float],
)
| Parameter |
Type |
Description |
args |
*args |
|
timestamp |
typing.Optional[float] |
|
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |
class FlyteEntrypointNotLoadable(
task_module,
task_name,
additional_msg,
)
| Parameter |
Type |
Description |
task_module |
|
|
task_name |
|
|
additional_msg |
|
|
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |
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. |
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |
value |
None |
|
class FlyteNotImplementedException(
args,
timestamp: typing.Optional[float],
)
| Parameter |
Type |
Description |
args |
*args |
|
timestamp |
typing.Optional[float] |
|
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |
class FlyteSystemAssertion(
args,
timestamp: typing.Optional[float],
)
| Parameter |
Type |
Description |
args |
*args |
|
timestamp |
typing.Optional[float] |
|
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |
class FlyteSystemException(
args,
timestamp: typing.Optional[float],
)
| Parameter |
Type |
Description |
args |
*args |
|
timestamp |
typing.Optional[float] |
|
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |
class FlyteSystemUnavailableException(
args,
timestamp: typing.Optional[float],
)
| Parameter |
Type |
Description |
args |
*args |
|
timestamp |
typing.Optional[float] |
|
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |
class FlyteUploadDataException(
args,
timestamp: typing.Optional[float],
)
| Parameter |
Type |
Description |
args |
*args |
|
timestamp |
typing.Optional[float] |
|
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |