Package

reactivemongo.api.commands

bson

Permalink

package bson

Visibility
  1. Public
  2. All

Type Members

  1. trait BSONCommandError extends Exception with CommandError

    Permalink
  2. trait DealingWithGenericCommandErrorsReader[A] extends BSONDocumentReader[A]

    Permalink

    Helper to read a command result, with error handling.

  3. case class DefaultBSONCommandError(code: Option[Int], errmsg: Option[String], originalDocument: BSONDocument) extends Exception with BSONCommandError with Product with Serializable

    Permalink

Ungrouped