View Source OpenAi.Response.ErrorEvent (OpenAI REST API Client v1.0.0)

Provides struct and type for a Response.ErrorEvent

Summary

Types

@type t() :: %OpenAi.Response.ErrorEvent{
  code: String.t() | nil,
  message: String.t(),
  param: String.t() | nil,
  type: String.t()
}