public enum Opstatus extends Enum<Opstatus>
getCode()
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Gets the opstatus code.
|
String |
getCodeAsString()
Gets the opstatus code as string.
|
String |
getMessage(Object... params)
Gets the message corresponding to this opstatus.
|
static Opstatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Opstatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Opstatus CONNECTOR_UNIMPLEMENTED_MESSAGE
public static final Opstatus CONNECTOR_SERVICE_NOT_EXIST
public static final Opstatus CONNECTOR_CHILD_SERVICE_ERROR
public static final Opstatus CONTROLLER_NOT_INITIALIZED
public static final Opstatus CONTROLLER_CHANNEL_MISSING
public static final Opstatus CONTROLLER_MANDATORY_PARAMS_MISSING
public static final Opstatus CONTROLLER_PROCESSOR_NOT_EXIST
public static final Opstatus CONTROLLER_LOADING_PROCESSOR_FAILED
public static final Opstatus MW_INVALID_JSON_EXPRESSION
public static final Opstatus CONTROLLER_SEQUENCE_NOT_EXIST
public static final Opstatus CONTROLLER_LOADING_SEQUENCE_FAILED
public static final Opstatus CONTROLLER_SEQUENCE_MISMATCH
public static final Opstatus CONNECTOR_SESSION_NOT_EXIST
public static final Opstatus CONNECTOR_VALUE_IN_SESSION_NOT_EXIST
public static final Opstatus CONNECTOR_MALFORMED_JSON
public static final Opstatus CONNECTOR_LOOPING_PARAMS_MISSING
public static final Opstatus CONNECTOR_LOOPING_INVALID_COUNT
public static final Opstatus CONNECTOR_LOOPING_COUNT_GT_MAX
public static final Opstatus CONNECTOR_JAVASCRIPT_ERROR
public static final Opstatus CONNECTOR_CUSTOM_CODE_ERROR
public static final Opstatus MW_EMPTY_RESPONSE
public static final Opstatus CONNECTOR_MALFORMED_XML_SERVICE
public static final Opstatus CONNECTOR_MALFORMED_XML
public static final Opstatus CONNECTOR_CUSTOM_CODE_INVALID_RESULT
public static final Opstatus CONNECTOR_BACKEND_HTTP_CODE_MISMATCH
public static final Opstatus CONNECTOR_SCRAPER_ERROR
public static final Opstatus CONNECTOR_XML_NO_VALUE
public static final Opstatus CONNECTOR_LOADING_CLASS_FAILED
public static final Opstatus CONNECTOR_JAVASCRIPT_NULL
public static final Opstatus CONNECTOR_STUB_TEMPLATE_NULL
public static final Opstatus CONNECTOR_STUB_TEMPLATE_INVALID
public static final Opstatus CONNECTOR_DATA_PROVIDER_ERROR
public static final Opstatus CONNECTOR_INVALID_SOURCE
public static final Opstatus CONNECTOR_INVALID_SOURCE_PARAM
public static final Opstatus CONNECTOR_INVALID_SOURCE_RECORD
public static final Opstatus CONNECTOR_INITIALIZATION_ENDPOINT_URL_NULL
public static final Opstatus CONNECTOR_INVALID_SOURCE_DATASET
public static final Opstatus CONNECTOR_INVALID_SOURCE_JSON
public static final Opstatus CONNECTOR_UNKNOWN_ERROR
public static final Opstatus CONNECTOR_DATA_ADAPTER_ERROR
public static final Opstatus CONNECTOR_ENHANCED_IDENTITY_ERROR
public static final Opstatus CONNECTOR_TEMPLATE_IO_ERROR
public static final Opstatus CONNECTOR_TEMPLATE_ERROR
public static final Opstatus CONNECTOR_MAPPER_ERROR
public static final Opstatus PROCESSOR_RESULT_NOT_EXIST
public static final Opstatus PROCESSOR_APPID_MISSING
public static final Opstatus PROCESSOR_SERVICEID_MISSING
public static final Opstatus PROCESSOR_SERVICE_TYPE_INVALID
public static final Opstatus PROCESSOR_LOADING_CONNECTOR_FAILED
public static final Opstatus PROCESSOR_RESULT_IS_NULL
public static final Opstatus APP_REG_APP_VERSION_NOT_FOUND
public static final Opstatus APP_REG_OBJECT_SERVICE_VERSION_NOT_FOUND
public static final Opstatus PROCESSOR_JSON_SYNTAX_ERROR
public static final Opstatus TENANT_SQL_ERROR
public static final Opstatus TENANT_DB_CONNECTION_ERROR
public static final Opstatus TENANT_NOT_EXIST
public static final Opstatus TENANT_LOAD_FAILED
public static final Opstatus CLASS_LOADER_NOT_FOUND
public static final Opstatus METRICS_DATEPARSE_ERROR
public static final Opstatus METRICS_TS_ERROR
public static final Opstatus METRICS_TSPARSE_ERROR
public static final Opstatus METRICS_DATE_NULL
public static final Opstatus METRICS_VALUE_NULL
public static final Opstatus APP_REG_ERROR_LOADING_SERVICE_DEF
public static final Opstatus APP_REG_OBJECT_ID_MISSING_IN_REQUEST
public static final Opstatus APP_REG_OBJECT_ID_NOT_FOUND
public static final Opstatus APP_REG_OPERATION_NOT_FOUND
public static final Opstatus APP_REG_SERVICE_NOT_CONFIGURED_FOR_OPERATION
public static final Opstatus APP_REG_OBJECT_SERVICE_ID_MISSING_IN_REQUEST
public static final Opstatus APP_REG_OBJECT_SERVICE_NOT_FOUND
public static final Opstatus APP_REG_INVALID_URL
public static final Opstatus APP_REG_HTTP_METHOD_NOT_SUPPORTED
public static final Opstatus MW_DB_SERVER_BUSY
public static final Opstatus MW_THROTTLED
public static final Opstatus OBJECT_SERVICES_NO_DOWNLOD_MODE_FOUND
public static final Opstatus OBJECT_SERVICES_NOT_CONFIGURED
public static final Opstatus OBJECT_SERVICES_CLIENT_ROW_ENTITY_ABORT
public static final Opstatus OBJECT_SERVICES_CLIENT_ROW_ENTITY_CONTINUE_ON_ERROR_CREATE_FAILED
public static final Opstatus OBJECT_SERVICES_RELATED_ENTITY_CONTINUE_ON_ERROR_FAILED
public static final Opstatus OBJECT_SERVICES_GET_RETURN_EMPTY_AFTER_SUCCESSFUL_CREATE_OR_UPDATE
public static final Opstatus OBJECT_SERVICES_BULK_UNEXPECTED_FAILURE
public static final Opstatus OBJECT_SERVICES_UNEXPECTED_EXCEPTION
public static final Opstatus OBJECT_SERVICES_INVALID_TIMESTAMP_FILTER
public static final Opstatus CUSTOM_CODE_REQUEST_PROCESSOR_EXECUTION_FAILED
public static final Opstatus CUSTOM_CODE_CONFLICT_NOT_VALID
public static final Opstatus CUSTOM_CODE_PARSER_EXCEPTION
public static final Opstatus CUSTOM_IDENTITY_EXCEPTION
public static final Opstatus MBAAS_ERROR_VALIDATING_AUTH_TOKEN
public static final Opstatus MBAAS_MISSING_INSTANCE_URL
public static final Opstatus MBAAS_MISSING_ACCESS_TOKEN
public static final Opstatus MBAAS_AUTHORIZATION_ERROR
public static final Opstatus MBAAS_MISSING_INSTANCE_URL_AND_ACCESS_TOKEN
public static final Opstatus MBAAS_GATEWAY_EXCEPTION
public static final Opstatus MBAAS_MISSING_AUTH_TOKEN_FOR_IDENTITY
public static final Opstatus DATA_ADAPTER_TYPE_ERROR
public static final Opstatus DATA_ADAPTER_EMPTY_TYPE
public static final Opstatus DATA_ADAPTER_CREATE_OPERATOR_ERROR
public static final Opstatus DATA_ADAPTER_READ_OPERATOR_ERROR
public static final Opstatus DATA_ADAPTER_UPDATE_OPERATOR_ERROR
public static final Opstatus DATA_ADAPTER_DELETE_OPERATOR_ERROR
public static final Opstatus DATA_ADAPTER_INITIALIZE_OPERATOR_ERROR
public static final Opstatus DATA_ADAPTER_EMPTY_OPERAND
public static final Opstatus DATA_ADAPTER_EXCEPTION
public static final Opstatus DATA_ADAPTER_METADATA_NOT_FOUND
public static final Opstatus DATA_ADAPTER_SERVICE_OPERATOR_ERROR
public static final Opstatus DATA_ADAPTER_OBJECT_SOURCE_MAPPING_ERROR
public static final Opstatus DATA_ADAPTER_ERROR_MAPPER_UTILITY
public static final Opstatus DATA_ADAPTER_PARTIAL_UPDATE_OPERATOR_ERROR
public static final Opstatus DATA_ADAPTER_CREATE_BINARY_OPERATOR_ERROR
public static final Opstatus DATA_ADAPTER_READ_BINARY_OPERATOR_ERROR
public static final Opstatus DATA_ADAPTER_UPDATE_BINARY_OPERATOR_ERROR
public static final Opstatus DATA_ADAPTER_DELETE_BINARY_OPERATOR_ERROR
public static final Opstatus DATA_ADAPTER_ASSET_NOT_FOUND_ERROR
public static final Opstatus OBJECT_SERVICES_INVALID_BATCHSIZE_IN_URL
public static final Opstatus DATA_ACCESS_OBJECT_SERVICE_NOT_FOUND
public static final Opstatus DATA_ACCESS_OBJECT_NOT_FOUND
public static final Opstatus DATA_ACCESS_INTERNAL_SERVER_ERROR
public static final Opstatus DATA_ACCESS_MIDDLEWARE_ERROR
public static final Opstatus DATA_ACCESS_OBJECT_DEF_READ_ERROR
public static final Opstatus OBJECT_SERVICES_UPLOAD_CACHE_REQUEST_REMOVED
public static final Opstatus OBJECT_SERVICES_UPLOAD_CACHE_REQUEST_IN_PROGRESS
public static final Opstatus OBJECT_SERVICES_UPLOAD_CACHE_BACKEND_EXCEPTION
public static final Opstatus OBJECT_SERVICES_UPLOAD_CACHE_EXCEPTION_WHILE_OPERATING
public static final Opstatus OBJECT_SERVICES_UPLOAD_CACHE_REQUEST_HASH_NOT_FOUND
public static final Opstatus OPEARTION_IMPLEMENTATION_NOT_SUPPORTED
public static final Opstatus MW_INVALID_CONTENT
public static final Opstatus SCRIPT_COMPILE_EXCEPTION
public static final Opstatus SCRIPT_PROPERTY_EXCEPTION
public static final Opstatus SCRIPT_ERROR
public static Opstatus[] values()
for (Opstatus c : Opstatus.values()) System.out.println(c);
public static Opstatus 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 getCode()
public String getCodeAsString()
getCode()
Copyright © 2019. All rights reserved.