mongodb-driver v0.6.2 Mongo.Error exception View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Mongo.Error{
  __exception__: term(),
  code: number(),
  host: String.t(),
  message: String.t()
}