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.base
Directory
Errors
| Exception | Description |
|---|---|
FlyteException |
|
FlyteRecoverableException |
flytekit.exceptions.base.FlyteException
Parameters
class FlyteException(
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.base.FlyteRecoverableException
Parameters
class FlyteRecoverableException(
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 |