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

View Source

Configuration error.

Summary

Types

t()

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