public enum IpErrorCode extends Enum<IpErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static IpErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IpErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IpErrorCode AUTHFAILURE
public static final IpErrorCode FAILEDOPERATION
public static final IpErrorCode FAILEDOPERATION_MAILISREGISTERED
public static final IpErrorCode INTERNALERROR
public static final IpErrorCode INVALIDPARAMETER_ACCOUNTTYPECONTENTINCORRECT
public static final IpErrorCode INVALIDPARAMETER_AREACONTENTINCORRECT
public static final IpErrorCode INVALIDPARAMETER_AREAFORMATINCORRECT
public static final IpErrorCode INVALIDPARAMETER_CONFIRMPASSWORDCONTENTINCORRECT
public static final IpErrorCode INVALIDPARAMETER_COUNTRYCODECONTENTINCORRECT
public static final IpErrorCode INVALIDPARAMETER_COUNTRYCODEFORMATINCORRECT
public static final IpErrorCode INVALIDPARAMETER_MAILFORMATINCORRECT
public static final IpErrorCode INVALIDPARAMETER_PASSWORDCONTENTINCORRECT
public static final IpErrorCode INVALIDPARAMETER_PASSWORDFORMATINCORRECT
public static final IpErrorCode INVALIDPARAMETER_PHONENUMFORMATINCORRECT
public static final IpErrorCode INVALIDPARAMETERVALUE_ACCOUNTTYPEEMPTY
public static final IpErrorCode INVALIDPARAMETERVALUE_AREAEMPTY
public static final IpErrorCode INVALIDPARAMETERVALUE_COUNTRYCODEEMPTY
public static final IpErrorCode INVALIDPARAMETERVALUE_MAILEMPTY
public static final IpErrorCode INVALIDPARAMETERVALUE_PASSWORDEMPTY
public static final IpErrorCode INVALIDPARAMETERVALUE_PHONENUMEMPTY
public static final IpErrorCode UNAUTHORIZEDOPERATION
public static IpErrorCode[] values()
for (IpErrorCode c : IpErrorCode.values()) System.out.println(c);
public static IpErrorCode 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 © 2023. All rights reserved.