public enum CaptchaErrorCode extends Enum<CaptchaErrorCode>
| Enum Constant and Description | 
|---|
| INTERNALERROR | 
| INVALIDPARAMETER | 
| MISSINGPARAMETER | 
| UNAUTHORIZEDOPERATION_ERRAUTH | 
| UNAUTHORIZEDOPERATION_UNAUTHORIZED | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getValue() | 
| static CaptchaErrorCode | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static CaptchaErrorCode[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final CaptchaErrorCode INTERNALERROR
public static final CaptchaErrorCode INVALIDPARAMETER
public static final CaptchaErrorCode MISSINGPARAMETER
public static final CaptchaErrorCode UNAUTHORIZEDOPERATION_ERRAUTH
public static final CaptchaErrorCode UNAUTHORIZEDOPERATION_UNAUTHORIZED
public static CaptchaErrorCode[] values()
for (CaptchaErrorCode c : CaptchaErrorCode.values()) System.out.println(c);
public static CaptchaErrorCode 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 nullpublic String getValue()
Copyright © 2025. All rights reserved.