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