Added new code

cusax-fix
Damian Minkov 20 years ago
parent 84d9aeb597
commit 1434b87b49

@ -52,6 +52,11 @@ public class OperationFailedException
*/
public static final int CONTACT_GROUP_ALREADY_EXISTS = 5;
/**
* Indicates that a user has tried to create a group that already exist.
*/
public static final int INVALID_ACCOUNT_PROPERTIES = 6;
/**
* The error code of the exception
*/

Loading…
Cancel
Save