public class BatchAIError extends Object
| Constructor and Description |
|---|
BatchAIError() |
| Modifier and Type | Method and Description |
|---|---|
String |
code()
Get an identifier of the error.
|
List<NameValuePair> |
details()
Get a list of additional details about the error.
|
String |
message()
Get a message describing the error, intended to be suitable for display in a user interface.
|
public String code()
public String message()
public List<NameValuePair> details()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/