public class ErrorResponse extends Object
| Constructor and Description |
|---|
ErrorResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<ErrorAdditionalInfo> |
additionalInfo()
Get the error additional info.
|
String |
code()
Get the error code.
|
List<ErrorResponse> |
details()
Get the error details.
|
String |
message()
Get the error message.
|
String |
target()
Get the error target.
|
public String code()
public String message()
public String target()
public List<ErrorResponse> details()
public List<ErrorAdditionalInfo> additionalInfo()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/