| Package | Description |
|---|---|
| com.microsoft.azure.loganalytics.models |
This package contains the models classes for LogAnalyticsDataClient.
|
| Modifier and Type | Method | Description |
|---|---|---|
ErrorInfo |
ErrorResponse.error() |
Get the error details.
|
ErrorInfo |
ErrorInfo.innererror() |
Get inner error details if they exist.
|
ErrorInfo |
ErrorInfo.withAdditionalProperties(Object additionalProperties) |
Set the additionalProperties value.
|
ErrorInfo |
ErrorInfo.withCode(String code) |
Set a machine readable error code.
|
ErrorInfo |
ErrorInfo.withDetails(List<ErrorDetail> details) |
Set error details.
|
ErrorInfo |
ErrorInfo.withInnererror(ErrorInfo innererror) |
Set inner error details if they exist.
|
ErrorInfo |
ErrorInfo.withMessage(String message) |
Set a human readable error message.
|
| Modifier and Type | Method | Description |
|---|---|---|
ErrorResponse |
ErrorResponse.withError(ErrorInfo error) |
Set the error details.
|
ErrorInfo |
ErrorInfo.withInnererror(ErrorInfo innererror) |
Set inner error details if they exist.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/