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