Expand description
Error definition for flow module
Structs§
- Arrow
Snafu - SNAFU context selector for the
Error::Arrowvariant - Cache
Required Snafu - SNAFU context selector for the
Error::CacheRequiredvariant - Convert
Column Schema Snafu - SNAFU context selector for the
Error::ConvertColumnSchemavariant - Create
Flow Snafu - SNAFU context selector for the
Error::CreateFlowvariant - Create
Sink Table Snafu - SNAFU context selector for the
Error::CreateSinkTablevariant - Datafusion
Snafu - SNAFU context selector for the
Error::Datafusionvariant - Datatypes
Snafu - SNAFU context selector for the
Error::Datatypesvariant - Eval
Snafu - SNAFU context selector for the
Error::Evalvariant - External
Snafu - SNAFU context selector for the
Error::Externalvariant - Flow
Already Exist Snafu - SNAFU context selector for the
Error::FlowAlreadyExistvariant - Flow
NotFound Snafu - SNAFU context selector for the
Error::FlowNotFoundvariant - Flow
NotRecovered Snafu - SNAFU context selector for the
Error::FlowNotRecoveredvariant - Illegal
Auth Config Snafu - SNAFU context selector for the
Error::IllegalAuthConfigvariant - Illegal
Check Task State Snafu - SNAFU context selector for the
Error::IllegalCheckTaskStatevariant - Insert
Into Flow Snafu - SNAFU context selector for the
Error::InsertIntoFlowvariant - Internal
Snafu - SNAFU context selector for the
Error::Internalvariant - Invalid
Client Config Snafu - SNAFU context selector for the
Error::InvalidClientConfigvariant - Invalid
Query Snafu - SNAFU context selector for the
Error::InvalidQueryvariant - Invalid
Request Snafu - SNAFU context selector for the
Error::InvalidRequestvariant - Join
Task Snafu - SNAFU context selector for the
Error::JoinTaskvariant - List
Flows Snafu - SNAFU context selector for the
Error::ListFlowsvariant - Meta
Client Init Snafu - SNAFU context selector for the
Error::MetaClientInitvariant - NoAvailable
Frontend Snafu - SNAFU context selector for the
Error::NoAvailableFrontendvariant - NotImplemented
Snafu - SNAFU context selector for the
Error::NotImplementedvariant - Parse
Addr Snafu - SNAFU context selector for the
Error::ParseAddrvariant - Plan
Snafu - SNAFU context selector for the
Error::Planvariant - Shutdown
Server Snafu - SNAFU context selector for the
Error::ShutdownServervariant - Start
Server Snafu - SNAFU context selector for the
Error::StartServervariant - Substrait
Encode Logical Plan Snafu - SNAFU context selector for the
Error::SubstraitEncodeLogicalPlanvariant - Sync
Check Task Snafu - SNAFU context selector for the
Error::SyncCheckTaskvariant - Table
NotFound Meta Snafu - SNAFU context selector for the
Error::TableNotFoundMetavariant - Table
NotFound Snafu - SNAFU context selector for the
Error::TableNotFoundvariant - Time
Snafu - SNAFU context selector for the
Error::Timevariant - Unexpected
Snafu - SNAFU context selector for the
Error::Unexpectedvariant - Unsupported
Snafu - SNAFU context selector for the
Error::Unsupportedvariant - Unsupported
Temporal Filter Snafu - SNAFU context selector for the
Error::UnsupportedTemporalFiltervariant
Enums§
- Error
- This error is used to represent all possible errors that can occur in the flow module.
Functions§
- to_
status_ with_ last_ err - the outer message is the full error stack, and inner message in header is the last error message that can be show directly to user
Type Aliases§
- Result
- Result type for flow module