View Source Ch.Error exception (Ch v0.2.6)
Error struct wrapping ClickHouse error responses.
Summary
Types
@type t() :: %Ch.Error{ __exception__: true, code: pos_integer() | nil, message: String.t() }
Error struct wrapping ClickHouse error responses.
@type t() :: %Ch.Error{ __exception__: true, code: pos_integer() | nil, message: String.t() }