View Source Ch.Error exception (Ch v0.2.5)

Error struct wrapping ClickHouse error responses.

Summary

Types

@type t() :: %Ch.Error{
  __exception__: true,
  code: pos_integer() | nil,
  message: String.t()
}