Skip to content

Commit

Permalink
kraken EGeneral: Interal error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed May 24, 2018
1 parent 6295834 commit b4cb28d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/kraken.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ module.exports = class kraken extends Exchange {
'EService:Busy': ExchangeNotAvailable,
'EAPI:Rate limit exceeded': DDoSProtection,
'EQuery:Unknown asset': ExchangeError,
'EGeneral:Internal error': ExchangeNotAvailable,
},
});
}
Expand Down

0 comments on commit b4cb28d

Please sign in to comment.