Hey Everyone,
I couldn't find this in the forums anywhere, but is there an error code list? I constantly see error code -4 for others and cannot connect to relic servers. Today I can't connect and I'm getting an error code -9 instead and I'd like to try and troubleshoot it.
Cheers
Comments
EE_Success = 0,
EE_Invalid = -1,
EE_Cancelled = -2,
EE_RLinkServerNotResponding = -3, // Relic server not responding
EE_RLinkServiceUnavailable = -4, // For some reason, the server threw an exception, so that service is unavailable
EE_RLinkAuthFailed = -5,
EE_SessionLost = -6, // We've lost our session
EE_PlatformAuthFailed = -7,
EE_ErrorParsingResponse= -8,
EE_NotConnected = -9,
EE_NotLoggedIn = -10,
EE_NoProfileSelected = -11,
EE_LastError = -12