public enum DruidErrorCode extends Enum<DruidErrorCode> implements ErrorCodeSupplier
| Enum Constant and Description |
|---|
DRUID_BROKER_RESULT_ERROR |
DRUID_DEEP_STORAGE_ERROR |
DRUID_METADATA_ERROR |
DRUID_PUSHDOWN_UNSUPPORTED_EXPRESSION |
DRUID_QUERY_GENERATOR_FAILURE |
DRUID_SEGMENT_LOAD_ERROR |
DRUID_UNSUPPORTED_TYPE_ERROR |
| Modifier and Type | Method and Description |
|---|---|
ErrorCode |
toErrorCode() |
static DruidErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DruidErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DruidErrorCode DRUID_METADATA_ERROR
public static final DruidErrorCode DRUID_DEEP_STORAGE_ERROR
public static final DruidErrorCode DRUID_SEGMENT_LOAD_ERROR
public static final DruidErrorCode DRUID_UNSUPPORTED_TYPE_ERROR
public static final DruidErrorCode DRUID_PUSHDOWN_UNSUPPORTED_EXPRESSION
public static final DruidErrorCode DRUID_QUERY_GENERATOR_FAILURE
public static final DruidErrorCode DRUID_BROKER_RESULT_ERROR
public static DruidErrorCode[] values()
for (DruidErrorCode c : DruidErrorCode.values()) System.out.println(c);
public static DruidErrorCode 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 ErrorCode toErrorCode()
toErrorCode in interface ErrorCodeSupplierCopyright © 2012–2020. All rights reserved.