View Source ExOpenAI.Components.DefaultProjectErrorResponse (ex_openai.ex v1.8.0)

Schema representing a DefaultProjectErrorResponse within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.DefaultProjectErrorResponse{
  code: integer(),
  message: String.t()
}