Add UUID_MISMATCH error case to StandardError enum

This commit is contained in:
netkas 2025-03-03 04:26:43 -05:00
parent 7d63b6411d
commit 545c8aa3d5

View file

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