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

View Source

Rate limit exceeded error (HTTP 429).

Summary

Types

t()

@type t() :: %MistralClient.Errors.RateLimitError{
  __exception__: true,
  limit_type: String.t() | nil,
  message: String.t(),
  request_id: String.t() | nil,
  retry_after: integer() | nil
}