1.16.15

flytekit.exceptions.base

Directory

Errors

Exception Description
FlyteException
FlyteRecoverableException

flytekit.exceptions.base.FlyteException

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

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