Mongo.WriteError exception (mongodb-driver v1.4.0) View Source

Link to this section Summary

Functions

Callback implementation for Exception.message/1.

Link to this section Types

Specs

t() :: %Mongo.WriteError{
  __exception__: true,
  n: number(),
  ok: number(),
  write_errors: [map()]
}

Link to this section Functions

Callback implementation for Exception.message/1.