morphling.reactivemongo

Type members

Classlikes

case class DocumentKeyNotFound(message: String) extends Exception
@implicitNotFound("Could not find an instance of FromBson for ${S}") @typeclass
trait FromBson[S[_]] extends Serializable
Companion:
object
object FromBson
Companion:
class
case class MultipleKeysFound(message: String) extends Exception
@implicitNotFound("Could not find an instance of ToBson for ${S}") @typeclass
trait ToBson[S[_]] extends Serializable
Companion:
object
object ToBson
Companion:
class
case class TypeDoesNotMatch(message: String) extends Exception