public enum UserManagementErrorCode extends Enum<UserManagementErrorCode>
| Modifier and Type | Method and Description |
|---|---|
static UserManagementErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserManagementErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserManagementErrorCode USER_NOT_FOUND
public static final UserManagementErrorCode CONSENT_NOT_FOUND
public static final UserManagementErrorCode INSUFFICIENT_PERMISSION
public static final UserManagementErrorCode USER_ALREADY_EXISTS
public static final UserManagementErrorCode TOKEN_CREATION_ERROR
public static final UserManagementErrorCode RESET_PASSWORD_CODE_SENDING_ERROR
public static final UserManagementErrorCode RESET_PASSWORD_CODE_INVALID
public static final UserManagementErrorCode INVALID_CREDENTIAL
public static final UserManagementErrorCode OAUTH_CODE_INVALID
public static final UserManagementErrorCode DUPLICATE_SCA
public static final UserManagementErrorCode INVALID_VERIFICATION_TOKEN
public static final UserManagementErrorCode EXPIRED_TOKEN
public static final UserManagementErrorCode TOKEN_NOT_FOUND
public static UserManagementErrorCode[] values()
for (UserManagementErrorCode c : UserManagementErrorCode.values()) System.out.println(c);
public static UserManagementErrorCode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020. All rights reserved.