changed NO_ERROR enum into something less likely to collide with existing define

This commit is contained in:
csoler 2019-12-17 15:16:24 +01:00
parent 639db4519b
commit baaa67d225
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -197,7 +197,7 @@ struct RsAuthSslConnectionAutenticationEvent : RsEvent
RsAuthSslConnectionAutenticationEvent() : RsEvent(RsEventType::AUTHSSL_CONNECTION_AUTENTICATION) {}
enum ConnectionErrorCode: uint8_t {
NO_ERROR = 0x00,
NO_CONNECTION_ERROR = 0x00,
MISSING_AUTHENTICATION_INFO = 0x01,
PGP_SIGNATURE_VALIDATION_FAILED = 0x02,
MISMATCHED_PGP_ID = 0x03,