Module unified_error

Module unified_error 

Source
Expand description

SQL 実行パイプライン(Parse/Plan/Execute)を横断する統一エラー型。

公開 API としては「安定した形」を維持するため、内部エラー型(Parser/Planner/Executor)を そのまま公開せず、message / code / location を持つフィールド形式のエラーを提供する。

Structs§

ErrorLocation
エラー位置情報(1-based、未知の場合は 0)。

Enums§

SqlError
統一 SQL エラー型(公開 API)。