reactivemongo.api.commands

bson

package bson

Content Hierarchy Learn more about scaladoc diagrams
Visibility
  1. Public
  2. All

Type Members

  1. trait BSONCommandError extends Exception with CommandError

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

    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

Ungrouped