Add UUID_MISMATCH error case to StandardError enum
This commit is contained in:
parent
7d63b6411d
commit
545c8aa3d5
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
case EXPIRED = -108;
|
||||
case CRYPTOGRAPHIC_ERROR = -109;
|
||||
case UUID_CONFLICT = -110;
|
||||
case UUID_MISMATCH = -111;
|
||||
|
||||
// RPC Errors
|
||||
case RPC_METHOD_NOT_FOUND = -1000;
|
||||
|
|
Loading…
Add table
Reference in a new issue