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

Link to this section Summary

Functions

Callback implementation for Exception.message/1.

Link to this section Types

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

Link to this section Functions

Callback implementation for Exception.message/1.