| Modifier and Type | Field and Description |
|---|---|
static String |
ANY_IDENTIFIER
Wild card that matches with any error
|
static String |
CLIENT_SECURITY_ERROR_IDENTIFIER
Indicates a security type problem enforced by an external entity
|
static String |
CONNECTIVITY_ERROR_IDENTIFIER
Indicates that a problem occurred and a connection could not be established
|
static String |
CRITICAL_IDENTIFIER
Indicates that a severe error occurred.
|
static String |
DUPLICATE_MESSAGE_ERROR_IDENTIFIER
Indicates that the execution of the current event is stopped
|
static String |
EXPRESSION_ERROR_IDENTIFIER
Indicates that a problem occurred when resolving an expression
|
static String |
FATAL_ERROR_IDENTIFIER
Indicates that a fatal error occurred (such as stack overflow).
|
static String |
OVERLOAD_ERROR_IDENTIFIER
Indicates a problem of overloading occurred and the execution was rejected.
|
static String |
REDELIVERY_EXHAUSTED_ERROR_IDENTIFIER
Indicates that the retry policy, of a certain component, to execute some action, eg: connectivity, delivery has been
exhausted
|
static String |
RETRY_EXHAUSTED_ERROR_IDENTIFIER
Indicates that the retry of a certain execution block has been exhausted
|
static String |
ROUTING_ERROR_IDENTIFIER
Indicates that a problem occurred when routing a message
|
static String |
SECURITY_ERROR_IDENTIFIER
Indicates a security type problem occurred, eg: invalid credentials, expired token, etc.
|
static String |
SERVER_SECURITY_ERROR_IDENTIFIER
Indicates a security type problem enforced by the mule runtime
|
static String |
SOURCE_ERROR_IDENTIFIER
Indicates that an error occurred in the source of the flow.
|
static String |
SOURCE_RESPONSE_ERROR_IDENTIFIER
Indicates that an error occurred in the source of the flow processing a successful response.
|
static String |
STREAM_MAXIMUM_SIZE_EXCEEDED_ERROR_IDENTIFIER |
static String |
TRANSFORMATION_ERROR_IDENTIFIER
Indicates that a problem occurred when transforming a value
|
static String |
UNKNOWN_ERROR_IDENTIFIER
Indicates that an unknown and unexpected error occurred.
|
static String |
VALIDATION_ERROR_IDENTIFIER
Indicates that the execution of the current event is stopped
|
| Constructor and Description |
|---|
Identifiers() |
public static final String TRANSFORMATION_ERROR_IDENTIFIER
public static final String EXPRESSION_ERROR_IDENTIFIER
public static final String VALIDATION_ERROR_IDENTIFIER
public static final String DUPLICATE_MESSAGE_ERROR_IDENTIFIER
public static final String REDELIVERY_EXHAUSTED_ERROR_IDENTIFIER
public static final String RETRY_EXHAUSTED_ERROR_IDENTIFIER
public static final String ROUTING_ERROR_IDENTIFIER
public static final String CONNECTIVITY_ERROR_IDENTIFIER
public static final String SECURITY_ERROR_IDENTIFIER
public static final String CLIENT_SECURITY_ERROR_IDENTIFIER
public static final String SERVER_SECURITY_ERROR_IDENTIFIER
public static final String ANY_IDENTIFIER
public static final String STREAM_MAXIMUM_SIZE_EXCEEDED_ERROR_IDENTIFIER
public static final String UNKNOWN_ERROR_IDENTIFIER
public static final String SOURCE_ERROR_IDENTIFIER
public static final String SOURCE_RESPONSE_ERROR_IDENTIFIER
public static final String CRITICAL_IDENTIFIER
public static final String OVERLOAD_ERROR_IDENTIFIER
public static final String FATAL_ERROR_IDENTIFIER
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.