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