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

Error struct wrapping ClickHouse error responses.

Link to this section Summary

Link to this section Types

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

Link to this section Functions

Link to this function

exception(code, message)

View Source