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