1.16.14

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

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

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

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

Properties

Property Type Description
timestamp None The timestamp as fractional seconds since epoch

flytekit.exceptions.user.FlyteDataNotFoundException

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

Properties

Property Type Description
timestamp None The timestamp as fractional seconds since epoch

flytekit.exceptions.user.FlyteDisapprovalException

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

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

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

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

Properties

Property Type Description
timestamp None The timestamp as fractional seconds since epoch

flytekit.exceptions.user.FlyteFailureNodeInputMismatchException

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 None The timestamp as fractional seconds since epoch

flytekit.exceptions.user.FlyteInvalidInputException

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

Properties

Property Type Description
timestamp None The timestamp as fractional seconds since epoch

flytekit.exceptions.user.FlyteMissingReturnValueException

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

Properties

Property Type Description
timestamp None The timestamp as fractional seconds since epoch

flytekit.exceptions.user.FlyteMissingTypeException

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

Properties

Property Type Description
timestamp None The timestamp as fractional seconds since epoch

flytekit.exceptions.user.FlytePromiseAttributeResolveException

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

flytekit.exceptions.user.FlyteTimeout

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

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

Properties

Property Type Description
timestamp None The timestamp as fractional seconds since epoch

flytekit.exceptions.user.FlyteUserException

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

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

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 None The timestamp as fractional seconds since epoch
value None

flytekit.exceptions.user.FlyteValidationException

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

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

Properties

Property Type Description
timestamp None The timestamp as fractional seconds since epoch