When validation, JSON deserialisation fail or a duplicate entry
occures in the database, we complete the request by returning the
correct status code and JSON error message (see Errors.scala).
Linear Supertypes
AnyRef, Any
Ordering
Alphabetic
By inheritance
Inherited
Handlers
AnyRef
Any
Hide All
Show all
Visibility
Public
All
Type Members
case classInvalidEntity(msg: String) extends Throwable with Product with Serializable
Value Members
final def!=(arg0: Any): Boolean
Definition Classes
AnyRef → Any
final def##(): Int
Definition Classes
AnyRef → Any
final def==(arg0: Any): Boolean
Definition Classes
AnyRef → Any
objectDuplicateEntry extends Throwable with Product with Serializable
When validation, JSON deserialisation fail or a duplicate entry occures in the database, we complete the request by returning the correct status code and JSON error message (see Errors.scala).