Module tidb_query_common::error[][src]

Structs

Error
StorageError

Enums

ErrorInner

We want to restrict the type of errors to be either a StorageError or EvaluateError, thus failure::Error is not used. Instead, we introduce our own error enum.

EvaluateError

Type Definitions

Result