Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
EXCEPTION_ERROR as per #4142
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Jan 11, 2017
1 parent 0ce8444 commit ccff06d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/src/api/transport/error.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const ERROR_CODES = {
UNKNOWN_ERROR: -32009,
TRANSACTION_ERROR: -32010,
EXECUTION_ERROR: -32015,
EXCEPTION_ERROR: -32016,
ACCOUNT_LOCKED: -32020,
PASSWORD_INVALID: -32021,
ACCOUNT_ERROR: -32023,
Expand Down

0 comments on commit ccff06d

Please sign in to comment.