AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class BatchErrorData

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

    Properties

    Code

    An error code identifying the error type.

    Declaration
    public string Code { get; set; }
    Property Value
    Type Description
    string

    Line

    The line number of the input file where the error occurred, if applicable.

    Declaration
    public int? Line { get; set; }
    Property Value
    Type Description
    int?

    Message

    A human-readable message providing more details about the error.

    Declaration
    public string Message { get; set; }
    Property Value
    Type Description
    string

    Param

    The name of the parameter that caused the error, if applicable.

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