net.wiringbits.webapp.utils.api.models

Type members

Classlikes

case class ErrorResponse(error: String)
case class PlayErrorResponse(error: PlayError)
Companion:
object
Companion:
class

Implicits

Implicits

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: