Improved Exception Handling

This commit is contained in:
netkas 2025-02-03 13:02:36 -05:00
parent fdf9da12aa
commit 24530f5494
2 changed files with 5 additions and 3 deletions

View file

@ -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;