Skip to content

Commit

Permalink
chore: add client upgrade error (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
kivra-johhal authored Jan 9, 2024
1 parent 4544361 commit 990e0b6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion api-errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,10 @@
"short_message": "Not Items Owner",
"long_message": "User has to be owner of all items"
},
"40324": {
"short_message": "Client Upgrade Required",
"long_message": "The client needs to be upgraded to a new version to use this service"
},
"40400": {
"short_message": "Not Found",
"long_message": "The resource was not found at the given URI at this time"
Expand Down Expand Up @@ -695,4 +699,4 @@
"short_message": "Network Authentication Required",
"long_message": "Network Authentication Required"
}
}
}

0 comments on commit 990e0b6

Please sign in to comment.