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

View Source

Network connectivity error.

Summary

Types

t()

@type t() :: %MistralClient.Errors.NetworkError{
  __exception__: true,
  message: String.t(),
  reason: term()
}