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

View Source

Server-side error (HTTP 5xx).

Summary

Types

t()

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