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