Ch.Error exception (Ch v0.3.1)

View Source

Error struct wrapping ClickHouse error responses.

Summary

Types

t()

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