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

View Source

Authentication error (HTTP 401).

Summary

Types

t()

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