public enum JanusConnectorErrorCode extends Enum<JanusConnectorErrorCode>
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage() |
String |
getErrorMessageId() |
String |
getFormattedErrorMessage(String... params) |
String |
getSystemAction() |
String |
getUserAction() |
static JanusConnectorErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JanusConnectorErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JanusConnectorErrorCode PROCESS_EVENT_EXCEPTION
public static final JanusConnectorErrorCode PARSE_EVENT
public static final JanusConnectorErrorCode SERVICE_NOT_INITIALIZED
public static final JanusConnectorErrorCode CANNOT_OPEN_GRAPH_DB
public static final JanusConnectorErrorCode ENTITY_NOT_CREATED
public static final JanusConnectorErrorCode ENTITY_ALREADY_EXISTS
public static final JanusConnectorErrorCode GRAPH_INITIALIZATION_ERROR
public static final JanusConnectorErrorCode ENTITY_PROPERTIES_ERROR
public static final JanusConnectorErrorCode RELATIONSHIP_NOT_CREATED
public static final JanusConnectorErrorCode RELATIONSHIP_NOT_FOUND
public static final JanusConnectorErrorCode RELATIONSHIP_ALREADY_EXISTS
public static final JanusConnectorErrorCode RELATIONSHIP_TYPE_NAME_NOT_KNOWN
public static final JanusConnectorErrorCode RELATIONSHIP_PROPERTIES_ERROR
public static final JanusConnectorErrorCode BUFFER_GRAPH_NOT_STARTED
public static JanusConnectorErrorCode[] values()
for (JanusConnectorErrorCode c : JanusConnectorErrorCode.values()) System.out.println(c);
public static JanusConnectorErrorCode 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 String getErrorMessageId()
public String getErrorMessage()
public String getSystemAction()
public String getUserAction()
Copyright © 2018–2020 ODPi. All rights reserved.