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