shlink/docs/swagger/definitions/Error.json

14 lines
283 B
JSON
Raw Normal View History

{
"type": "object",
"properties": {
"code": {
"type": "string",
"description": "A machine unique code"
},
"message": {
"type": "string",
"description": "A human-friendly error message"
}
}
}