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

View Source

Resource not found error (HTTP 404).

Summary

Types

t()

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