Skip to content

Commit

Permalink
Merge pull request #137 from scality/fix/account-not-found-error-code
Browse files Browse the repository at this point in the history
FIX: AccountNotFound invalid error code
  • Loading branch information
rahulreddy committed Aug 10, 2016
2 parents 78bef3c + 6644df0 commit 6a69b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors/arsenalErrors.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
"description": "The request was denied due to request throttling."
},
"AccountNotFound": {
"code": 500,
"code": 404,
"description": "No account was found in Vault, please contact your system administrator."
},
"_comment": "-------------- Special non-AWS S3 errors --------------",
Expand Down

0 comments on commit 6a69b9b

Please sign in to comment.