The page you navigated to () does not exist, so we brought you to the closest page to it.
You have switched from the to the variant of this site. There is no equivalent of . We have taken you to the closest page in the variant.
1.16.16
flytekit.exceptions.system
Directory
Errors
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 |