Skip to content

Commit

Permalink
FT: Add AccessForbidden error
Browse files Browse the repository at this point in the history
Required for S3 CORS response.
  • Loading branch information
electrachong committed Jan 5, 2017
1 parent a44ebac commit 1d06844
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions errors/arsenalErrors.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"code": 403,
"description": "Access Denied"
},
"AccessForbidden": {
"code": 403,
"description": "Access Forbidden"
},
"AccountProblem": {
"code": 403,
"description": "There is a problem with your AWS account that prevents the operation from completing successfully. Please use Contact Us."
Expand Down

0 comments on commit 1d06844

Please sign in to comment.