| Package | Description |
|---|---|
| com.facebook.presto.common |
| Modifier and Type | Method and Description |
|---|---|
ErrorType |
ErrorCode.getType() |
static ErrorType |
ErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorType[] |
ErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ErrorCode(int code,
String name,
ErrorType type) |
ErrorCode(int code,
String name,
ErrorType type,
boolean retriable) |
Copyright © 2012–2022. All rights reserved.