public enum ErrorTargetCode extends java.lang.Enum<ErrorTargetCode>
Enum Constant and Description |
---|
AvalaraIdentityServer
No comment data provided
|
AvaTaxApiServer
No comment data provided
|
CustomerAccountSetup
No comment data provided
|
HttpRequest
No comment data provided
|
HttpRequestHeaders
No comment data provided
|
IncorrectData
No comment data provided
|
Unknown
No comment data provided
|
Modifier and Type | Method and Description |
---|---|
static ErrorTargetCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ErrorTargetCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorTargetCode Unknown
public static final ErrorTargetCode HttpRequest
public static final ErrorTargetCode HttpRequestHeaders
public static final ErrorTargetCode IncorrectData
public static final ErrorTargetCode AvaTaxApiServer
public static final ErrorTargetCode AvalaraIdentityServer
public static final ErrorTargetCode CustomerAccountSetup
public static ErrorTargetCode[] values()
for (ErrorTargetCode c : ErrorTargetCode.values()) System.out.println(c);
public static ErrorTargetCode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null