clickhousex v0.5.0 Clickhousex.Error exception View Source

Defines an error returned from the client.

Link to this section Summary

Link to this section Types

Specs

t() :: %Clickhousex.Error{
  __exception__: term(),
  code: integer(),
  constraint_violations: Keyword.t(),
  message: binary()
}