package
util
Type Members
-
case class
BadRequestException(msg: String) extends Exception with ExceptionLogger with Product with Serializable
-
-
-
case class
ErrorResponse(errorCode: String, errorMessage: Map[String, String], moreInfo: Map[String, String]) extends Product with Serializable
-
-
trait
ExportCSV extends AnyRef
-
-
case class
FilterAndReferences(filter: String, references: String) extends Product with Serializable
-
case class
Filters(limit: Int = 0, offset: Int = 0, fields: Option[Seq[String]] = None, references: String = "", associations: List[String] = List(), filter: String = "", filterOr: String = "", search: String = "", sortBy: String = "", timeZoneId: String = "") extends Product with Serializable
-
case class
GenericResponse(results: List[Any], totalRecords: Long, limit: Int, offset: Int) extends Product with Serializable
-
case class
InternalErrorException(msg: String) extends Exception with ExceptionLogger with Product with Serializable
-
case class
InvalidNumberException(msg: String) extends Exception with ExceptionLogger with Product with Serializable
-
case class
LazyLoad[T](x: Option[T] = None) extends Product with Serializable
-
case class
LocalizedDescription(str: String) extends Product with Serializable
-
case class
LocationFilter(attributeName: String, references: Option[List[String]] = None) extends Product with Serializable
-
case class
MQTTParameterValues(serverAddress: String, websocketPort: Int, websocketServerPort: Int, username: String, password: String, useSSL: Boolean) extends Product with Serializable
-
-
case class
NotFoundException(msg: String) extends Exception with ExceptionLogger with Product with Serializable
-
case class
OrderCouldNotBeArchived(msg: String) extends Exception with ExceptionLogger with Product with Serializable
-
case class
OrderNotFoundException(msg: String) extends Exception with ExceptionLogger with Product with Serializable
-
-
-
case class
RepeatedFieldsException(msg: String) extends Exception with ExceptionLogger with Product with Serializable
-
-
trait
Validation extends AnyRef
-