Packages

package error

Type Members

  1. case class DocNotFoundException[Doc](collectionName: String, fieldName: String, value: Any) extends RuntimeException with Product with Serializable
  2. case class ModelMissingFieldsException(collectionName: String, missingFields: List[String]) extends RuntimeException with Product with Serializable
  3. case class NonIndexedFieldException(query: Query[_, _], fields: List[Field[_, _]]) extends RuntimeException with Product with Serializable

Ungrouped