View Source ExOpenAI.Components.ErrorResponse (ex_openai.ex v1.7.0)
Schema representing a ErrorResponse within the OpenAI API
Summary
Types
@type t() :: %ExOpenAI.Components.ErrorResponse{error: ExOpenAI.Components.Error.t()}
Schema representing a ErrorResponse within the OpenAI API
@type t() :: %ExOpenAI.Components.ErrorResponse{error: ExOpenAI.Components.Error.t()}