HuggingfaceClient.Error.InputError exception (huggingface_client v0.1.0)

Copy Markdown View Source

Raised when the caller supplies invalid arguments.

Summary

Types

t()

@type t() :: %HuggingfaceClient.Error.InputError{
  __exception__: true,
  message: String.t()
}