MistralClient.Errors.APIError exception (mistralex_ai v0.1.0)

View Source

General API error for HTTP 4xx and 5xx responses.

Summary

Types

t()

@type t() :: %MistralClient.Errors.APIError{
  __exception__: true,
  message: String.t(),
  request_id: String.t() | nil,
  response_body: String.t() | nil,
  status_code: integer()
}