class NetworkEventErrorCode
(Niantic.Lightship.SharedAR.Networking.NetworkEventErrorCode)
Error code in network event
class NetworkEventErrorCode {
	public:
		// fields
	
		 static const uint ServerInternalError = 4400;
		 static const uint RoomNotFoundError = 4401;
		 static const uint RoomFullError = 4402;
	};