public class DefaultErrorResponseErrorDetailsItem extends Object
| Constructor and Description |
|---|
DefaultErrorResponseErrorDetailsItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
code()
Get standardized string to programmatically identify the error.
|
String |
message()
Get detailed error description and debugging information.
|
String |
target()
Get detailed error description and debugging information.
|
public DefaultErrorResponseErrorDetailsItem()
public String code()
public String message()
public String target()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/