1.16.28

flytekit.exceptions.base

Directory

Errors

Exception Description
FlyteException
FlyteRecoverableException

flytekit.exceptions.base.FlyteException

Parameters

class FlyteException(
    *args,
    timestamp: typing.Optional[float] = None,
)
Parameter Type Description
*args
timestamp typing.Optional[float]

Properties

Property Type Description
timestamp typing.Optional[float] The timestamp as fractional seconds since epoch

flytekit.exceptions.base.FlyteRecoverableException

Parameters

class FlyteRecoverableException(
    *args,
    timestamp: typing.Optional[float] = None,
)
Parameter Type Description
*args
timestamp typing.Optional[float]

Properties

Property Type Description
timestamp typing.Optional[float] The timestamp as fractional seconds since epoch