| Meeting SDK for Android API Reference
    | 
ZOOM authentication error code definitions. More...
| Data Fields | |
| int | ZOOM_AUTH_ERROR_WRONG_ACCOUNTLOCKED = 4 | 
| int | ZOOM_AUTH_ERROR_WRONG_SDKNEEDUPDATE = 5 | 
| int | ZOOM_AUTH_ERROR_WRONG_TOOMANY_FAILED_ATTEMPTS = 6 | 
| int | ZOOM_AUTH_ERROR_WRONG_SMSCODEERROR = 7 | 
| int | ZOOM_AUTH_ERROR_WRONG_SMSCODEEXPIRED = 8 | 
| int | ZOOM_AUTH_ERROR_WRONG_PHONENUMBERFORMATINVALID = 9 | 
| int | ZOOM_AUTH_ERROR_LOGINTOKENINVALID = 10 | 
| int | ZOOM_AUTH_ERROR_UserDisagreeLoginDisclaimer = 11 | 
| int | ZOOM_AUTH_MFA_REQUIRED = 12 | 
| int | ZOOM_AUTH_ERROR_NEED_BIRTHDAY_ASK = 13 | 
| int | ZOOM_AUTH_ERROR_WRONG_OTHER_ISSUE = 100 | 
| Static Public Attributes | |
| static final int | ZOOM_AUTH_ERROR_SUCCESS = 0 | 
| static final int | ZOOM_AUTH_EMAIL_LOGIN_DISABLE = 1 | 
| static final int | ZOOM_AUTH_ERROR_USER_NOT_EXIST = 2 | 
| static final int | ZOOM_AUTH_ERROR_WRONG_PASSWORD = 3 | 
ZOOM authentication error code definitions.
Definition at line 8 of file ZoomAuthenticationError.java.
| 
 | static | 
Authentication email login disable.
Definition at line 19 of file ZoomAuthenticationError.java.
| int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_LOGINTOKENINVALID = 10 | 
Definition at line 43 of file ZoomAuthenticationError.java.
| int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_NEED_BIRTHDAY_ASK = 13 | 
Definition at line 49 of file ZoomAuthenticationError.java.
| 
 | static | 
Authentication Successful.
Definition at line 13 of file ZoomAuthenticationError.java.
| 
 | static | 
Authentication failed due to inexistent user.
Definition at line 24 of file ZoomAuthenticationError.java.
| int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_UserDisagreeLoginDisclaimer = 11 | 
Definition at line 45 of file ZoomAuthenticationError.java.
| int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_WRONG_ACCOUNTLOCKED = 4 | 
Definition at line 31 of file ZoomAuthenticationError.java.
| int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_WRONG_OTHER_ISSUE = 100 | 
Definition at line 51 of file ZoomAuthenticationError.java.
| 
 | static | 
Authentication failed due to wrong password.
Definition at line 29 of file ZoomAuthenticationError.java.
| int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_WRONG_PHONENUMBERFORMATINVALID = 9 | 
Definition at line 41 of file ZoomAuthenticationError.java.
| int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_WRONG_SDKNEEDUPDATE = 5 | 
Definition at line 33 of file ZoomAuthenticationError.java.
| int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_WRONG_SMSCODEERROR = 7 | 
Definition at line 37 of file ZoomAuthenticationError.java.
| int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_WRONG_SMSCODEEXPIRED = 8 | 
Definition at line 39 of file ZoomAuthenticationError.java.
| int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_WRONG_TOOMANY_FAILED_ATTEMPTS = 6 | 
Definition at line 35 of file ZoomAuthenticationError.java.
| int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_MFA_REQUIRED = 12 | 
Definition at line 47 of file ZoomAuthenticationError.java.