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