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