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 © 2019. All rights reserved.