public enum JDEAtinaErrorType extends Enum<JDEAtinaErrorType> implements org.mule.runtime.extension.api.error.ErrorTypeDefinition<JDEAtinaErrorType>
| Enum Constant and Description |
|---|
CONNECTIVITY |
ERROR_AUTHENTICATE |
ERROR_CONNECTION |
ERROR_GET_JOB_STATUS |
ERROR_INVOKING_BSFN |
ERROR_INVOKING_WS |
ERROR_LOGOUT |
ERROR_POLL_EVENTS |
ERROR_SUBMIT_UBE |
ERROR_TRANSACTION |
| Modifier and Type | Method and Description |
|---|---|
static JDEAtinaErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JDEAtinaErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JDEAtinaErrorType CONNECTIVITY
public static final JDEAtinaErrorType ERROR_CONNECTION
public static final JDEAtinaErrorType ERROR_AUTHENTICATE
public static final JDEAtinaErrorType ERROR_INVOKING_WS
public static final JDEAtinaErrorType ERROR_INVOKING_BSFN
public static final JDEAtinaErrorType ERROR_SUBMIT_UBE
public static final JDEAtinaErrorType ERROR_GET_JOB_STATUS
public static final JDEAtinaErrorType ERROR_POLL_EVENTS
public static final JDEAtinaErrorType ERROR_TRANSACTION
public static final JDEAtinaErrorType ERROR_LOGOUT
public static JDEAtinaErrorType[] values()
for (JDEAtinaErrorType c : JDEAtinaErrorType.values()) System.out.println(c);
public static JDEAtinaErrorType 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 © 2026 MuleSoft, Inc.. All rights reserved.