public enum AnalyticsErrorType extends Enum<AnalyticsErrorType> implements org.mule.runtime.extension.api.error.ErrorTypeDefinition<AnalyticsErrorType>
| Enum Constant and Description |
|---|
CONNECTIVITY |
ERROR_RESPONSE |
INVALID_REQUEST_DATA |
INVALID_SESSION |
TRANSACTION |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static AnalyticsErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalyticsErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnalyticsErrorType CONNECTIVITY
public static final AnalyticsErrorType INVALID_SESSION
public static final AnalyticsErrorType TRANSACTION
public static final AnalyticsErrorType UNKNOWN
public static final AnalyticsErrorType ERROR_RESPONSE
public static final AnalyticsErrorType INVALID_REQUEST_DATA
public static AnalyticsErrorType[] values()
for (AnalyticsErrorType c : AnalyticsErrorType.values()) System.out.println(c);
public static AnalyticsErrorType 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 nullCopyright © 2025 MuleSoft, Inc.. All rights reserved.