1.16.28

flytekit.exceptions.user

Directory

Errors

Exception Description
FlyteAssertion
FlyteAuthenticationException
FlyteCompilationException
FlyteDataNotFoundException
FlyteDisapprovalException
FlyteEntityAlreadyExistsException
FlyteEntityNotExistException
FlyteEntityNotFoundException
FlyteFailureNodeInputMismatchException
FlyteInvalidInputException
FlyteMissingReturnValueException
FlyteMissingTypeException
FlytePromiseAttributeResolveException
FlyteRecoverableException
FlyteTimeout
FlyteTypeException
FlyteUserException
FlyteUserRuntimeException
FlyteValidationException
FlyteValueException

flytekit.exceptions.user.FlyteAssertion

Parameters

class FlyteAssertion(
    *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.user.FlyteAuthenticationException

Parameters

class FlyteAuthenticationException(
    *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.user.FlyteCompilationException

Parameters

class FlyteCompilationException(
    fn: typing.Callable,
    param_name: typing.Optional[str] = None,
)
Parameter Type Description
fn typing.Callable
param_name typing.Optional[str]

Properties

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

flytekit.exceptions.user.FlyteDataNotFoundException

Parameters

class FlyteDataNotFoundException(
    path: str,
)
Parameter Type Description
path str

Properties

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

flytekit.exceptions.user.FlyteDisapprovalException

Parameters

class FlyteDisapprovalException(
    *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.user.FlyteEntityAlreadyExistsException

Parameters

class FlyteEntityAlreadyExistsException(
    *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.user.FlyteEntityNotExistException

Parameters

class FlyteEntityNotExistException(
    *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.user.FlyteEntityNotFoundException

Parameters

class FlyteEntityNotFoundException(
    module_name: str,
    entity_name: str,
)
Parameter Type Description
module_name str
entity_name str

Properties

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

flytekit.exceptions.user.FlyteFailureNodeInputMismatchException

Parameters

class FlyteFailureNodeInputMismatchException(
    failure_node_node: typing.Union[ForwardRef('WorkflowBase'), ForwardRef('Task')],
    workflow: WorkflowBase,
)
Parameter Type Description
failure_node_node typing.Union[ForwardRef('WorkflowBase'), ForwardRef('Task')]
workflow WorkflowBase

Properties

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

flytekit.exceptions.user.FlyteInvalidInputException

Parameters

class FlyteInvalidInputException(
    request: typing.Any,
)
Parameter Type Description
request typing.Any

Properties

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

flytekit.exceptions.user.FlyteMissingReturnValueException

Parameters

class FlyteMissingReturnValueException(
    fn: typing.Callable,
    param_name: typing.Optional[str] = None,
)
Parameter Type Description
fn typing.Callable
param_name typing.Optional[str]

Properties

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

flytekit.exceptions.user.FlyteMissingTypeException

Parameters

class FlyteMissingTypeException(
    fn: typing.Callable,
    param_name: typing.Optional[str] = None,
)
Parameter Type Description
fn typing.Callable
param_name typing.Optional[str]

Properties

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

flytekit.exceptions.user.FlytePromiseAttributeResolveException

Parameters

class FlytePromiseAttributeResolveException(
    *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.user.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

flytekit.exceptions.user.FlyteTimeout

Parameters

class FlyteTimeout(
    *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.user.FlyteTypeException

Parameters

class FlyteTypeException(
    received_type,
    expected_type,
    additional_msg = None,
    received_value = None,
)
Parameter Type Description
received_type
expected_type
additional_msg
received_value

Properties

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

flytekit.exceptions.user.FlyteUserException

Parameters

class FlyteUserException(
    *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.user.FlyteUserRuntimeException

Parameters

class FlyteUserRuntimeException(
    exc_value: Exception,
    timestamp: typing.Optional[float] = None,
)

FlyteUserRuntimeException is thrown when a user code raises an exception.

Parameter Type Description
exc_value Exception The exception that was raised from user code.
timestamp typing.Optional[float] The timestamp as fractional seconds since epoch when the exception was raised.

Properties

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

flytekit.exceptions.user.FlyteValidationException

Parameters

class FlyteValidationException(
    *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.user.FlyteValueException

Parameters

class FlyteValueException(
    received_value,
    error_message,
)
Parameter Type Description
received_value
error_message

Properties

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