Hi! Where can I find the complete list of the onConnectDone result enum?
I've found the following list but the result I've got is "9", so I think it's not up-to-date
byte SUCCESS = 0;
byte AUTH_ERROR = 1;
byte RESOURCE_NOT_FOUND = 2;
byte RESOURCE_MOVED = 3;
byte BAD_REQUEST = 4;
byte CONNECTION_ERR = 5;
byte UNKNOWN_ERROR = 6;