lightdb.error

package lightdb.error

Members list

Type members

Classlikes

case class DocNotFoundException[Doc](collectionName: String, fieldName: String, value: Any) extends RuntimeException

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class ModelMissingFieldsException(collectionName: String, missingFields: List[String]) extends RuntimeException

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class NonIndexedFieldException(query: Query[_, _], fields: List[Field[_, _]]) extends RuntimeException

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all