BatchAIError Class

An error response from the Batch AI service.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
msrest.serialization.Model
BatchAIError

Constructor

BatchAIError(**kwargs)

Variables

Name Description
code
str

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

message
str

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

details
list[<xref:batch_ai.models.NameValuePair>]

A list of additional details about the error.