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