package error
Type Members
- case class DocNotFoundException[Doc](collectionName: String, fieldName: String, value: Any) extends RuntimeException with Product with Serializable
- case class ModelMissingFieldsException(collectionName: String, missingFields: List[String]) extends RuntimeException with Product with Serializable
- case class NonIndexedFieldException(query: Query[_, _], fields: List[Field[_, _]]) extends RuntimeException with Product with Serializable