public enum SslpodErrorCode extends Enum<SslpodErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static SslpodErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SslpodErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SslpodErrorCode AUTHFAILURE
public static final SslpodErrorCode FAILEDOPERATION_REPETITIONADD
public static final SslpodErrorCode FAILEDOPERATION_RESOLVEDOMAINFAILED
public static final SslpodErrorCode INTERNALERROR
public static final SslpodErrorCode INVALIDPARAMETER_INVALIDDOMAIN
public static final SslpodErrorCode INVALIDPARAMETER_INVALIDIP
public static final SslpodErrorCode INVALIDPARAMETER_INVALIDPORT
public static final SslpodErrorCode INVALIDPARAMETER_INVALIDSERVERTYPE
public static final SslpodErrorCode INVALIDPARAMETER_INVALIDTAGNAME
public static final SslpodErrorCode INVALIDPARAMETER_TOOMANYTAG
public static final SslpodErrorCode INVALIDPARAMETERVALUE
public static final SslpodErrorCode INVALIDPARAMETERVALUE_INVALIDNOTICETYPE
public static final SslpodErrorCode INVALIDPARAMETERVALUE_INVALIDSEARCHTYPE
public static final SslpodErrorCode LIMITEXCEEDED_ADDEXCEEDED
public static final SslpodErrorCode LIMITEXCEEDED_MONITOREXCEEDED
public static final SslpodErrorCode RESOURCENOTFOUND_PRODUCT
public static SslpodErrorCode[] values()
for (SslpodErrorCode c : SslpodErrorCode.values()) System.out.println(c);
public static SslpodErrorCode 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 © 2021. All rights reserved.