Exception: Mistri::InvalidRequestError

Inherits:
ProviderError show all
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

#body, #status

Class Method Summary collapse

Methods inherited from ProviderError

#describe, #initialize

Constructor Details

This class inherits a constructor from Mistri::ProviderError

Class Method Details

.default_messageObject



99
# File 'lib/mistri/errors.rb', line 99

def self.default_message = "provider rejected the request"