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

View Source

Request timeout error.

Summary

Types

t()

@type t() :: %MistralClient.Errors.TimeoutError{
  __exception__: true,
  message: String.t(),
  timeout_ms: integer() | nil
}