General API error for HTTP 4xx and 5xx responses.
@type t() :: %MistralClient.Errors.APIError{ __exception__: true, message: String.t(), request_id: String.t() | nil, response_body: String.t() | nil, status_code: integer() }