| Package | Description |
|---|---|
| com.databricks.sdk.core | |
| com.databricks.sdk.core.error |
| Modifier and Type | Method and Description |
|---|---|
List<ErrorDetail> |
DatabricksError.getErrorInfo() |
| Constructor and Description |
|---|
DatabricksError(String errorCode,
String message,
int statusCode,
List<ErrorDetail> details) |
| Modifier and Type | Method and Description |
|---|---|
List<ErrorDetail> |
ApiErrorBody.getErrorDetails() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiErrorBody.setErrorDetails(List<ErrorDetail> errorDetails) |
| Constructor and Description |
|---|
ApiErrorBody(String errorCode,
String message,
String scimDetail,
String scimStatus,
String scimType,
String api12Error,
List<ErrorDetail> errorDetails) |
Copyright © 2024. All rights reserved.