Skip to content

Commit

Permalink
improve exception message per @nsoranzo
Browse files Browse the repository at this point in the history
  • Loading branch information
martenson committed Feb 21, 2019
1 parent 09a3802 commit b197fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/galaxy/exceptions/error_codes.json
Expand Up @@ -27,7 +27,7 @@
{
"name": "USER_OBJECT_ATTRIBUTE_MISSING",
"code": 400005,
"message": "Attempted to create object without required attribute."
"message": "Attempted to create or update object without required attribute."
},
{
"name": "USER_SLUG_DUPLICATE",
Expand Down Expand Up @@ -108,7 +108,7 @@
"name": "ADMIN_REQUIRED",
"code": 403006,
"message": "Action requires admin account."
},
},
{
"name": "USER_ACTIVATION_REQUIRED",
"code": 403007,
Expand Down

0 comments on commit b197fed

Please sign in to comment.