public enum OMAGAdminErrorCode extends Enum<OMAGAdminErrorCode>
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessageId()
Returns the unique identifier for the error message.
|
String |
getFormattedErrorMessage(String... params)
Returns the error message with the placeholders filled out with the supplied parameters.
|
int |
getHTTPErrorCode() |
String |
getSystemAction()
Returns a description of the action taken by the system when the condition that caused this exception was
detected.
|
String |
getUnformattedErrorMessage()
Returns the error message with placeholders for specific details.
|
String |
getUserAction()
Returns instructions of how to resolve the issue reported in this exception.
|
static OMAGAdminErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OMAGAdminErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OMAGAdminErrorCode NULL_LOCAL_SERVER_NAME
public static final OMAGAdminErrorCode INCOMPATIBLE_SERVER_NAMES
public static final OMAGAdminErrorCode NULL_LOCAL_SERVER_USERID
public static final OMAGAdminErrorCode NULL_USER_NAME
public static final OMAGAdminErrorCode ACCESS_SERVICE_NOT_RECOGNIZED
public static final OMAGAdminErrorCode ACCESS_SERVICE_NOT_ENABLED
public static final OMAGAdminErrorCode NULL_COHORT_NAME
public static final OMAGAdminErrorCode LOCAL_REPOSITORY_MODE_NOT_SET
public static final OMAGAdminErrorCode NULL_SERVER_CONFIG
public static final OMAGAdminErrorCode NULL_REPOSITORY_CONFIG
public static final OMAGAdminErrorCode NULL_ACCESS_SERVICE_ADMIN_CLASS
public static final OMAGAdminErrorCode BAD_ACCESS_SERVICE_ADMIN_CLASS
public static final OMAGAdminErrorCode BAD_CONFIG_FILE
public static final OMAGAdminErrorCode BAD_MAX_PAGE_SIZE
public static final OMAGAdminErrorCode ENTERPRISE_TOPIC_START_FAILED
public static final OMAGAdminErrorCode TOO_LATE_TO_SET_EVENT_BUS
public static final OMAGAdminErrorCode NO_EVENT_BUS_SET
public static final OMAGAdminErrorCode NULL_METADATA_COLLECTION_NAME
public static final OMAGAdminErrorCode EMPTY_CONFIGURATION
public static final OMAGAdminErrorCode NULL_ACCESS_SERVICE_ROOT_URL
public static final OMAGAdminErrorCode NULL_ACCESS_SERVICE_SERVER_NAME
public static final OMAGAdminErrorCode NULL_FILE_NAME
public static final OMAGAdminErrorCode INCOMPATIBLE_CONFIG_FILE
public static final OMAGAdminErrorCode BAD_CONFIG_PROPERTIES
public static final OMAGAdminErrorCode NO_ENTERPRISE_TOPIC
public static final OMAGAdminErrorCode BAD_TOPIC_CONNECTOR
public static final OMAGAdminErrorCode NULL_CONNECTION
public static final OMAGAdminErrorCode NULL_PLATFORM_CONNECTION
public static final OMAGAdminErrorCode NULL_VIEW_SERVICE_ADMIN_CLASS
public static final OMAGAdminErrorCode BAD_VIEW_SERVICE_ADMIN_CLASS
public static final OMAGAdminErrorCode INCOMPATIBLE_SUBSYSTEMS
public static final OMAGAdminErrorCode MISSING_CONFIGURATION_PROPERTY
public static final OMAGAdminErrorCode COHORT_NOT_KNOWN
public static final OMAGAdminErrorCode COHORT_TOPIC_STRANGE
public static final OMAGAdminErrorCode UNCLASSIFIABLE_SERVER
public static final OMAGAdminErrorCode VIEW_SERVICE_NOT_RECOGNIZED
public static final OMAGAdminErrorCode VIEW_SERVICE_NOT_ENABLED
public static final OMAGAdminErrorCode NULL_CLIENT_CONFIG
public static final OMAGAdminErrorCode NULL_OMAG_SERVER_ROOT_URL
public static final OMAGAdminErrorCode NULL_OMAG_SERVER_NAME
public static final OMAGAdminErrorCode UNEXPECTED_EXCEPTION
public static final OMAGAdminErrorCode UNEXPECTED_PLATFORM_EXCEPTION
public static final OMAGAdminErrorCode BAD_TOPIC_CONNECTOR_PROVIDER
public static final OMAGAdminErrorCode UNEXPECTED_INITIALIZATION_EXCEPTION
public static final OMAGAdminErrorCode CLIENT_SIDE_REST_API_ERROR
public static OMAGAdminErrorCode[] values()
for (OMAGAdminErrorCode c : OMAGAdminErrorCode.values()) System.out.println(c);
public static OMAGAdminErrorCode 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 int getHTTPErrorCode()
public String getErrorMessageId()
public String getUnformattedErrorMessage()
public String getFormattedErrorMessage(String... params)
params - strings that plug into the placeholders in the errorMessagepublic String getSystemAction()
public String getUserAction()
Copyright © 2018–2020 ODPi. All rights reserved.