public enum Errors extends Enum<Errors> implements org.mule.runtime.extension.api.error.ErrorTypeDefinition<Errors>
| Modifier and Type | Method and Description |
|---|---|
static Errors |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Errors[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Errors NO_RESPONSE
public static final Errors CLIENT_ERROR_RESPONSE
public static final Errors SERVER_ERROR_RESPONSE
public static final Errors ENDPOINT_ERROR
public static final Errors INVALID_REQUEST
public static final Errors INVALID_RESPONSE
public static final Errors INVALID_ETAG
public static final Errors INVALID_OPTION_VALUE
public static final Errors INVALID_RESOURCE_URI
public static final Errors INVALID_HANDLER
public static final Errors INVALID_OBSERVER
public static final Errors INVALID_REQUEST_CODE
public static final Errors INVALID_RESPONSE_CODE
public static final Errors INVALID_URI
public static Errors[] values()
for (Errors c : Errors.values()) System.out.println(c);
public static Errors 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 © 2019–2025 Teslanet.nl. All rights reserved.