Mongo.Error exception (Mongodb v1.0.0) View Source

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions