Schema representing a ResponseErrorEvent within the OpenAI API
@type t() :: %ExOpenAI.Components.ResponseErrorEvent{ code: String.t(), message: String.t(), param: String.t(), type: :error }