1.15.4.dev2+g3e3ce2426
flytekit.exceptions.base
Directory
Classes
No classes in this package.
Errors
flytekit.exceptions.base.FlyteException
Common base class for all non-exit exceptions.
def FlyteException(
args,
timestamp: typing.Optional[float],
):
Parameter | Type |
---|---|
args |
*args |
timestamp |
typing.Optional[float] |
Properties
Property | Type | Description |
---|---|---|
timestamp |
flytekit.exceptions.base.FlyteRecoverableException
Common base class for all non-exit exceptions.
def FlyteRecoverableException(
args,
timestamp: typing.Optional[float],
):
Parameter | Type |
---|---|
args |
*args |
timestamp |
typing.Optional[float] |
Properties
Property | Type | Description |
---|---|---|
timestamp |