Navigation Menu

Skip to content

Commit

Permalink
[api] add payment required to error codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Feb 12, 2013
1 parent 77f363f commit 6593fc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node.js/lib/client/client.js
Expand Up @@ -284,6 +284,7 @@ Client.prototype.upload = function (options, callback) {
var failCodes = {
400: 'Bad Request',
401: 'Not Authorized',
402: 'Payment Required',
403: 'Forbidden',
404: 'Item not found',
405: 'Method not Allowed',
Expand Down

0 comments on commit 6593fc9

Please sign in to comment.