AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class BatchErrors

    The errors that occurred during the batch.

    Inheritance
    object
    BatchErrors
    Namespace: Glitch9.AIDevKit.OpenAI
    Assembly: .dll
    Syntax
    public class BatchErrors

    Properties

    Data

    The errors that occurred during the batch.

    Declaration
    public BatchErrorData[] Data { get; set; }
    Property Value
    Type Description
    BatchErrorData[]

    Object

    The object type, which is always list.

    Declaration
    public string Object { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX