Share via


BatchAIError Class

Definition

An error response from the Batch AI service.

public class BatchAIError
type BatchAIError = class
Public Class BatchAIError
Inheritance
BatchAIError

Constructors

BatchAIError()

Initializes a new instance of the BatchAIError class.

BatchAIError(String, String, IList<NameValuePair>)

Initializes a new instance of the BatchAIError class.

Properties

Code

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

Details

Gets a list of additional details about the error.

Message

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

Applies to