package mvc
Type Members
- case class AccountRequest[A](request: Request[A], reqUUID: String = "NA", optAccount: Option[authorize.Account])(implicit stopwatch: Stopwatch) extends WrappedRequest[A] with Product with Serializable
- case class HiddenException(code: String, message: String, cause: String) extends RuntimeException with Product with Serializable
- case class JSResponse[T](code: String = "0", message: String = null, cause: String = null, result: T = null) extends Product with Serializable
- case class KnownException(code: String, message: String, cause: String) extends RuntimeException with Product with Serializable
- trait RESTController extends BaseController with Header with LazyLogging