package models
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- models
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class ErrorResponse(error: String) extends Product with Serializable
- case class PlayErrorResponse(error: PlayError) extends Product with Serializable
Value Members
- implicit val errorResponseFormat: Format[ErrorResponse]
- implicit val instantFormat: Format[Instant]
For some reason, play-json doesn't provide support for Instant in the scalajs version, grabbing the jvm values seems to work:
For some reason, play-json doesn't provide support for Instant in the scalajs version, grabbing the jvm values seems to work:
- https://github.com/playframework/play-json/blob/master/play-json/jvm/src/main/scala/play/api/libs/json/EnvReads.scala
- https://github.com/playframework/play-json/blob/master/play-json/jvm/src/main/scala/play/api/libs/json/EnvWrites.scala
- object AdminCreateTable
- object AdminDeleteTable
- object AdminGetTables
- object AdminUpdateTable
- object PlayErrorResponse extends Serializable