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