clickhousex v0.4.0 Clickhousex.Error exception View Source

Defines an error returned from the client.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Clickhousex.Error{
  __exception__: term(),
  code: integer(),
  constraint_violations: Keyword.t(),
  message: binary()
}