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