public enum ErrorTargetCode extends java.lang.Enum<ErrorTargetCode>
Enum Constant and Description |
---|
AvalaraIdentityServer
There was an error in the Avalara Identity Server
|
AvaTaxApiServer
There was an error in the AvaTax API Server
|
CustomerAccountSetup
The customer's account setup does not permit certain actions
|
HttpRequest
There was an error in the request URL, querystring, or body
|
HttpRequestHeaders
There was an error in the HTTP Request headers
|
IncorrectData
Some data provided by the user was incorrect
|
Unknown
Error target is unknown
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static ErrorTargetCode |
valueOf(int intValue) |
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 nullpublic static ErrorTargetCode valueOf(int intValue)
public int getValue()