Expand description
Error definition for flow module
Structs§
- Arrow
Snafu - SNAFU context selector for the
Error::Arrow
variant - Cache
Required Snafu - SNAFU context selector for the
Error::CacheRequired
variant - Convert
Column Schema Snafu - SNAFU context selector for the
Error::ConvertColumnSchema
variant - Create
Flow Snafu - SNAFU context selector for the
Error::CreateFlow
variant - Datafusion
Snafu - SNAFU context selector for the
Error::Datafusion
variant - Datatypes
Snafu - SNAFU context selector for the
Error::Datatypes
variant - Eval
Snafu - SNAFU context selector for the
Error::Eval
variant - External
Snafu - SNAFU context selector for the
Error::External
variant - Flow
Already Exist Snafu - SNAFU context selector for the
Error::FlowAlreadyExist
variant - Flow
NotFound Snafu - SNAFU context selector for the
Error::FlowNotFound
variant - Flow
NotRecovered Snafu - SNAFU context selector for the
Error::FlowNotRecovered
variant - Illegal
Auth Config Snafu - SNAFU context selector for the
Error::IllegalAuthConfig
variant - Illegal
Check Task State Snafu - SNAFU context selector for the
Error::IllegalCheckTaskState
variant - Insert
Into Flow Snafu - SNAFU context selector for the
Error::InsertIntoFlow
variant - Internal
Snafu - SNAFU context selector for the
Error::Internal
variant - Invalid
Query Snafu - SNAFU context selector for the
Error::InvalidQuery
variant - Invalid
Request Snafu - SNAFU context selector for the
Error::InvalidRequest
variant - Join
Task Snafu - SNAFU context selector for the
Error::JoinTask
variant - List
Flows Snafu - SNAFU context selector for the
Error::ListFlows
variant - Meta
Client Init Snafu - SNAFU context selector for the
Error::MetaClientInit
variant - NoAvailable
Frontend Snafu - SNAFU context selector for the
Error::NoAvailableFrontend
variant - NotImplemented
Snafu - SNAFU context selector for the
Error::NotImplemented
variant - Parse
Addr Snafu - SNAFU context selector for the
Error::ParseAddr
variant - Plan
Snafu - SNAFU context selector for the
Error::Plan
variant - Shutdown
Server Snafu - SNAFU context selector for the
Error::ShutdownServer
variant - Start
Server Snafu - SNAFU context selector for the
Error::StartServer
variant - Substrait
Encode Logical Plan Snafu - SNAFU context selector for the
Error::SubstraitEncodeLogicalPlan
variant - Sync
Check Task Snafu - SNAFU context selector for the
Error::SyncCheckTask
variant - Table
NotFound Meta Snafu - SNAFU context selector for the
Error::TableNotFoundMeta
variant - Table
NotFound Snafu - SNAFU context selector for the
Error::TableNotFound
variant - Time
Snafu - SNAFU context selector for the
Error::Time
variant - Unexpected
Snafu - SNAFU context selector for the
Error::Unexpected
variant - Unsupported
Snafu - SNAFU context selector for the
Error::Unsupported
variant - Unsupported
Temporal Filter Snafu - SNAFU context selector for the
Error::UnsupportedTemporalFilter
variant
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