Improved Exception Handling
This commit is contained in:
parent
fdf9da12aa
commit
24530f5494
2 changed files with 5 additions and 3 deletions
|
@ -16,7 +16,8 @@
|
|||
case NOT_FOUND = -105;
|
||||
case RESOLUTION_FAILED = -106;
|
||||
case CONFLICT = -107;
|
||||
case CRYPTOGRAPHIC_ERROR = -108;
|
||||
case EXPIRED = -108;
|
||||
case CRYPTOGRAPHIC_ERROR = -109;
|
||||
|
||||
// RPC Errors
|
||||
case RPC_METHOD_NOT_FOUND = -1000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue