@Immutable public class QueryError extends Object
| Constructor and Description |
|---|
QueryError(String message,
String sqlState,
int errorCode,
String errorName,
String errorType,
boolean retriable,
ErrorLocation errorLocation,
FailureInfo failureInfo) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
ErrorLocation |
getErrorLocation() |
String |
getErrorName() |
String |
getErrorType() |
FailureInfo |
getFailureInfo() |
String |
getMessage() |
String |
getSqlState() |
boolean |
isRetriable() |
String |
toString() |
public QueryError(String message, String sqlState, int errorCode, String errorName, String errorType, boolean retriable, ErrorLocation errorLocation, FailureInfo failureInfo)
public String getMessage()
public int getErrorCode()
public String getErrorName()
public String getErrorType()
public boolean isRetriable()
@Nullable public ErrorLocation getErrorLocation()
@Nullable public FailureInfo getFailureInfo()
Copyright © 2012–2023. All rights reserved.