The page you navigated to does not exist, so we brought you to the closest page to it.
flytekit.exceptions.user
class FlyteAssertion(
args,
timestamp: typing.Optional[float],
)
| Parameter |
Type |
Description |
args |
*args |
|
timestamp |
typing.Optional[float] |
|
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |
class FlyteAuthenticationException(
args,
timestamp: typing.Optional[float],
)
| Parameter |
Type |
Description |
args |
*args |
|
timestamp |
typing.Optional[float] |
|
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |
class FlyteCompilationException(
fn: typing.Callable,
param_name: typing.Optional[str],
)
| Parameter |
Type |
Description |
fn |
typing.Callable |
|
param_name |
typing.Optional[str] |
|
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |
class FlyteDataNotFoundException(
path: str,
)
| Parameter |
Type |
Description |
path |
str |
|
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |
class FlyteDisapprovalException(
args,
timestamp: typing.Optional[float],
)
| Parameter |
Type |
Description |
args |
*args |
|
timestamp |
typing.Optional[float] |
|
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |
class FlyteEntityAlreadyExistsException(
args,
timestamp: typing.Optional[float],
)
| Parameter |
Type |
Description |
args |
*args |
|
timestamp |
typing.Optional[float] |
|
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |
class FlyteEntityNotExistException(
args,
timestamp: typing.Optional[float],
)
| Parameter |
Type |
Description |
args |
*args |
|
timestamp |
typing.Optional[float] |
|
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |
class FlyteEntityNotFoundException(
module_name: str,
entity_name: str,
)
| Parameter |
Type |
Description |
module_name |
str |
|
entity_name |
str |
|
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |
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 |
|
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |
class FlyteInvalidInputException(
request: typing.Any,
)
| Parameter |
Type |
Description |
request |
typing.Any |
|
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |
class FlyteMissingReturnValueException(
fn: typing.Callable,
param_name: typing.Optional[str],
)
| Parameter |
Type |
Description |
fn |
typing.Callable |
|
param_name |
typing.Optional[str] |
|
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |
class FlyteMissingTypeException(
fn: typing.Callable,
param_name: typing.Optional[str],
)
| Parameter |
Type |
Description |
fn |
typing.Callable |
|
param_name |
typing.Optional[str] |
|
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |
class FlytePromiseAttributeResolveException(
args,
timestamp: typing.Optional[float],
)
| Parameter |
Type |
Description |
args |
*args |
|
timestamp |
typing.Optional[float] |
|
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |
class FlyteRecoverableException(
args,
timestamp: typing.Optional[float],
)
| Parameter |
Type |
Description |
args |
*args |
|
timestamp |
typing.Optional[float] |
|
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |
class FlyteTimeout(
args,
timestamp: typing.Optional[float],
)
| Parameter |
Type |
Description |
args |
*args |
|
timestamp |
typing.Optional[float] |
|
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |
class FlyteTypeException(
received_type,
expected_type,
additional_msg,
received_value,
)
| Parameter |
Type |
Description |
received_type |
|
|
expected_type |
|
|
additional_msg |
|
|
received_value |
|
|
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |
class FlyteUserException(
args,
timestamp: typing.Optional[float],
)
| Parameter |
Type |
Description |
args |
*args |
|
timestamp |
typing.Optional[float] |
|
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |
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. |
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |
value |
None |
|
class FlyteValidationException(
args,
timestamp: typing.Optional[float],
)
| Parameter |
Type |
Description |
args |
*args |
|
timestamp |
typing.Optional[float] |
|
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |
class FlyteValueException(
received_value,
error_message,
)
| Parameter |
Type |
Description |
received_value |
|
|
error_message |
|
|
| Property |
Type |
Description |
timestamp |
None |
The timestamp as fractional seconds since epoch |