Defines an error returned from the client.
t() :: %Clickhousex.Error{ __exception__: term(), code: integer(), constraint_violations: Keyword.t(), message: binary() }