BatchAIError interface

Properties

code

An identifier of the error. Codes are invariant

details

A list of additional details about the

message

A message describing the error, intended to be

Property Details

code

An identifier of the error. Codes are invariant

code?: string

Property Value

string

details

A list of additional details about the

details?: NameValuePair[]

Property Value

message

A message describing the error, intended to be

message?: string

Property Value

string