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