1.15.4.dev2+g3e3ce2426

flytekit.exceptions.user

Directory

Classes

No classes in this package.

Errors

flytekit.exceptions.user.FlyteAssertion

Assertion failed.

def FlyteAssertion(
    args,
    timestamp: typing.Optional[float],
):
Parameter Type
args *args
timestamp typing.Optional[float]

Properties

Property Type Description
timestamp

flytekit.exceptions.user.FlyteAuthenticationException

Assertion failed.

def FlyteAuthenticationException(
    args,
    timestamp: typing.Optional[float],
):
Parameter Type
args *args
timestamp typing.Optional[float]

Properties

Property Type Description
timestamp

flytekit.exceptions.user.FlyteCompilationException

Common base class for all non-exit exceptions.

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

Properties

Property Type Description
timestamp

flytekit.exceptions.user.FlyteDataNotFoundException

Inappropriate argument value (of correct type).

def FlyteDataNotFoundException(
    path: str,
):
Parameter Type
path str

Properties

Property Type Description
timestamp

flytekit.exceptions.user.FlyteDisapprovalException

Assertion failed.

def FlyteDisapprovalException(
    args,
    timestamp: typing.Optional[float],
):
Parameter Type
args *args
timestamp typing.Optional[float]

Properties

Property Type Description
timestamp

flytekit.exceptions.user.FlyteEntityAlreadyExistsException

Assertion failed.

def FlyteEntityAlreadyExistsException(
    args,
    timestamp: typing.Optional[float],
):
Parameter Type
args *args
timestamp typing.Optional[float]

Properties

Property Type Description
timestamp

flytekit.exceptions.user.FlyteEntityNotExistException

Assertion failed.

def FlyteEntityNotExistException(
    args,
    timestamp: typing.Optional[float],
):
Parameter Type
args *args
timestamp typing.Optional[float]

Properties

Property Type Description
timestamp

flytekit.exceptions.user.FlyteEntityNotFoundException

Inappropriate argument value (of correct type).

def FlyteEntityNotFoundException(
    module_name: str,
    entity_name: str,
):
Parameter Type
module_name str
entity_name str

Properties

Property Type Description
timestamp

flytekit.exceptions.user.FlyteFailureNodeInputMismatchException

Assertion failed.

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

Properties

Property Type Description
timestamp

flytekit.exceptions.user.FlyteInvalidInputException

Common base class for all non-exit exceptions.

def FlyteInvalidInputException(
    request: typing.Any,
):
Parameter Type
request typing.Any

Properties

Property Type Description
timestamp

flytekit.exceptions.user.FlyteMissingReturnValueException

Common base class for all non-exit exceptions.

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

Properties

Property Type Description
timestamp

flytekit.exceptions.user.FlyteMissingTypeException

Common base class for all non-exit exceptions.

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

Properties

Property Type Description
timestamp

flytekit.exceptions.user.FlytePromiseAttributeResolveException

Assertion failed.

def FlytePromiseAttributeResolveException(
    args,
    timestamp: typing.Optional[float],
):
Parameter Type
args *args
timestamp typing.Optional[float]

Properties

Property Type Description
timestamp

flytekit.exceptions.user.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

flytekit.exceptions.user.FlyteTimeout

Assertion failed.

def FlyteTimeout(
    args,
    timestamp: typing.Optional[float],
):
Parameter Type
args *args
timestamp typing.Optional[float]

Properties

Property Type Description
timestamp

flytekit.exceptions.user.FlyteTypeException

Inappropriate argument type.

def FlyteTypeException(
    received_type,
    expected_type,
    additional_msg,
    received_value,
):
Parameter Type
received_type
expected_type
additional_msg
received_value

Properties

Property Type Description
timestamp

flytekit.exceptions.user.FlyteUserException

Common base class for all non-exit exceptions.

def FlyteUserException(
    args,
    timestamp: typing.Optional[float],
):
Parameter Type
args *args
timestamp typing.Optional[float]

Properties

Property Type Description
timestamp

flytekit.exceptions.user.FlyteUserRuntimeException

Common base class for all non-exit exceptions.

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

FlyteUserRuntimeException is thrown when a user code raises an exception.

Parameter Type
exc_value Exception
timestamp typing.Optional[float]

Properties

Property Type Description
timestamp
value

flytekit.exceptions.user.FlyteValidationException

Assertion failed.

def FlyteValidationException(
    args,
    timestamp: typing.Optional[float],
):
Parameter Type
args *args
timestamp typing.Optional[float]

Properties

Property Type Description
timestamp

flytekit.exceptions.user.FlyteValueException

Inappropriate argument value (of correct type).

def FlyteValueException(
    received_value,
    error_message,
):
Parameter Type
received_value
error_message

Properties

Property Type Description
timestamp