OpenAi.Batch.ErrorsData (OpenAI REST API Client v0.2.1)

Provides struct and type for a Batch.ErrorsData

Summary

Types

@type t() :: %OpenAi.Batch.ErrorsData{
  code: String.t() | nil,
  line: integer() | nil,
  message: String.t() | nil,
  param: String.t() | nil
}