blob: 7bfe4c2d74539f34052aa089c5ac34c12d9b8b1f [file] [log] [blame]
model {
String error
}
response.status(422)
json {
error error
}