app/models/responses/GenericErrorResponse.scala (
2
lines of code) (
raw
):
package models.responses case class GenericErrorResponse(status:String, detail:String)