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