Skip to content

Commit

Permalink
Fix sorting of error codes
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Oct 11, 2018
1 parent 15944ce commit 483a23a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/galaxy/exceptions/error_codes.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,16 +109,16 @@
"code": 403006,
"message": "Action requires admin account."
},
{
"name": "USER_OBJECT_NOT_FOUND",
"code": 404001,
"message": "No such object found."
},
{
"name": "USER_ACTIVATION_REQUIRED",
"code": 403007,
"message": "Action requires account activation."
},
{
"name": "USER_OBJECT_NOT_FOUND",
"code": 404001,
"message": "No such object found."
},
{
"name": "DEPRECATED_API_CALL",
"code": 404002,
Expand Down

0 comments on commit 483a23a

Please sign in to comment.