View Source Adbc.Error exception (adbc v0.6.2)

Summary

Types

@type t() :: %Adbc.Error{
  __exception__: true,
  message: String.t(),
  state: <<_::40>>,
  vendor_code: integer()
}