BatchAIError Class

  • java.lang.Object
    • com.microsoft.azure.management.batchai.BatchAIError

public class BatchAIError

An error response from the Batch AI service.

Method Summary

Modifier and Type Method and Description
String code()

Get an identifier of the error. Codes are invariant and are intended to be consumed programmatically.

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.

Method Details

code

public String code()

Get an identifier of the error. Codes are invariant and are intended to be consumed programmatically.

Returns:

the code value

details

public List details()

Get a list of additional details about the error.

Returns:

the details value

message

public String message()

Get a message describing the error, intended to be suitable for display in a user interface.

Returns:

the message value

Applies to