public enum EmailError extends Enum<EmailError> implements org.mule.runtime.extension.api.error.ErrorTypeDefinition<EmailError>
EmailConnector| Enum Constant and Description |
|---|
ACCESSING_FOLDER |
ATTACHMENT |
CONNECTION_TIMEOUT |
CONNECTIVITY |
DISCONNECTED |
EMAIL_NOT_FOUND |
FETCHING_ATTRIBUTES |
INVALID_CREDENTIALS |
SSL_ERROR |
UNKNOWN_HOST |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.mule.runtime.extension.api.error.ErrorTypeDefinition<? extends Enum<?>>> |
getParent() |
static EmailError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmailError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmailError ATTACHMENT
public static final EmailError ACCESSING_FOLDER
public static final EmailError FETCHING_ATTRIBUTES
public static final EmailError EMAIL_NOT_FOUND
public static final EmailError CONNECTIVITY
public static final EmailError INVALID_CREDENTIALS
public static final EmailError UNKNOWN_HOST
public static final EmailError CONNECTION_TIMEOUT
public static final EmailError DISCONNECTED
public static final EmailError SSL_ERROR
public static EmailError[] values()
for (EmailError c : EmailError.values()) System.out.println(c);
public static EmailError 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<EmailError>Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.