Added the ability to trust signing keys & resolve signing keys for peers, minor improvements and added new standard error "CONFLICT"
This commit is contained in:
parent
4e22a8bacd
commit
330e7f876b
14 changed files with 427 additions and 42 deletions
|
@ -15,7 +15,8 @@
|
|||
case UNAUTHORIZED = -104;
|
||||
case NOT_FOUND = -105;
|
||||
case RESOLUTION_FAILED = -106;
|
||||
case CRYPTOGRAPHIC_ERROR = -107;
|
||||
case CONFLICT = -107;
|
||||
case CRYPTOGRAPHIC_ERROR = -108;
|
||||
|
||||
// RPC Errors
|
||||
case RPC_METHOD_NOT_FOUND = -1000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue