| Package | Description |
|---|---|
| com.databricks.sdk.core.error.details |
| Modifier and Type | Method and Description |
|---|---|
static ErrorInfo.Builder |
ErrorInfo.builder()
Creates a new builder for constructing ErrorInfo instances.
|
abstract ErrorInfo.Builder |
ErrorInfo.Builder.setDomain(String domain)
Sets the domain of the error.
|
abstract ErrorInfo.Builder |
ErrorInfo.Builder.setMetadata(Map<String,String> metadata)
Sets the additional metadata about the error.
|
abstract ErrorInfo.Builder |
ErrorInfo.Builder.setReason(String reason)
Sets the reason for the error.
|
Copyright © 2026. All rights reserved.