Class BatchErrors
The errors that occurred during the batch.
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public class BatchErrors
Properties
| Edit this page View SourceData
The errors that occurred during the batch.
Declaration
[JsonProperty("data")]
public BatchErrorData[] Data { get; set; }
Property Value
| Type | Description |
|---|---|
| BatchErrorData[] |
Object
The object type, which is always list.
Declaration
[JsonProperty("object")]
public string Object { get; set; }
Property Value
| Type | Description |
|---|---|
| string |