Exception: Mistri::InvalidRequestError
- Inherits:
-
ProviderError
- Object
- StandardError
- Error
- ProviderError
- Mistri::InvalidRequestError
- Defined in:
- lib/mistri/errors.rb
Overview
The provider rejected the request itself: an invalid prompt, a bad image, a policy violation. Never retried; the same input cannot succeed.
Instance Attribute Summary
Attributes inherited from ProviderError
Class Method Summary collapse
Methods inherited from ProviderError
Constructor Details
This class inherits a constructor from Mistri::ProviderError
Class Method Details
.default_message ⇒ Object
99 |
# File 'lib/mistri/errors.rb', line 99 def self. = "provider rejected the request" |