Enum Class JanusConnectorErrorCode
java.lang.Object
java.lang.Enum<JanusConnectorErrorCode>
org.odpi.openmetadata.openconnectors.governancedaemonconnectors.openlineageconnectors.janusconnector.model.JanusConnectorErrorCode
- All Implemented Interfaces:
Serializable,Comparable<JanusConnectorErrorCode>,Constable,org.odpi.openmetadata.frameworks.auditlog.messagesets.AuditLogMessageSet
public enum JanusConnectorErrorCode
extends Enum<JanusConnectorErrorCode>
implements org.odpi.openmetadata.frameworks.auditlog.messagesets.AuditLogMessageSet
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptiongetFormattedErrorMessage(String... params) org.odpi.openmetadata.frameworks.auditlog.messagesets.AuditLogMessageDefinitionorg.odpi.openmetadata.frameworks.auditlog.messagesets.AuditLogMessageDefinitiongetMessageDefinition(String... params) static JanusConnectorErrorCodeReturns the enum constant of this class with the specified name.static JanusConnectorErrorCode[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
CANNOT_OPEN_GRAPH_DB
-
GRAPH_INITIALIZATION_ERROR
-
GRAPH_TRAVERSAL_EMPTY
-
GRAPH_DISCONNECT_ERROR
-
PROCESS_MAPPING_ERROR
-
INDEX_NOT_CREATED
-
INDEX_NOT_ENABLED
-
INDEX_ALREADY_EXISTS
-
VERTICES_AND_RELATIONSHIP_CREATION_EXCEPTION
-
ERROR_REMOVING_OBSOLETE_EDGES
-
GET_ALL_NEIGHBOURS
-
PROPERTIES_UPDATE_EXCEPTION
-
UNABLE_TO_ADD_PROPERTIES_ON_EDGE_FROM_RELATIONSHIP_WITH_TYPE
public static final JanusConnectorErrorCode UNABLE_TO_ADD_PROPERTIES_ON_EDGE_FROM_RELATIONSHIP_WITH_TYPE -
FAILED_TO_UPDATE_CLASSIFICATION_WITH_GUID
-
DELETE_CLASSIFICATION_EXCEPTION
-
DELETE_RELATIONSHIP_EXCEPTION
-
DELETE_ENTITY_EXCEPTION
-
COULD_NOT_SAVE_LAST_UPDATE_TIME
-
COULD_NOT_RETRIEVE_VERTEX
-
COULD_NOT_RETRIEVE_LAST_UPDATE_TIME
-
ENTITY_NOT_FOUND
-
LINEAGE_NOT_FOUND
-
CLASSIFICATION_NOT_FOUND
-
TYPES_NOT_FOUND
-
NODES_NOT_FOUND
-
SEARCH_ERROR
-
HIERARCHY_ERROR
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getErrorMessageId
-
getErrorMessage
-
getSystemAction
-
getUserAction
-
getFormattedErrorMessage
-
getMessageDefinition
public org.odpi.openmetadata.frameworks.auditlog.messagesets.AuditLogMessageDefinition getMessageDefinition()- Specified by:
getMessageDefinitionin interfaceorg.odpi.openmetadata.frameworks.auditlog.messagesets.AuditLogMessageSet
-
getMessageDefinition
public org.odpi.openmetadata.frameworks.auditlog.messagesets.AuditLogMessageDefinition getMessageDefinition(String... params) - Specified by:
getMessageDefinitionin interfaceorg.odpi.openmetadata.frameworks.auditlog.messagesets.AuditLogMessageSet
-