ChDriver.Error exception (ch_driver v0.1.1)

Copy Markdown

Represents a DB::Exception (or DB::NetException) returned by the server in an Exception packet (Server packet type 2).

Summary

Types

t()

@type t() :: %ChDriver.Error{
  __exception__: true,
  code: integer() | nil,
  has_nested: boolean(),
  message: String.t() | nil,
  name: String.t() | nil,
  stack_trace: String.t() | nil,
  statement: String.t() | nil
}