Exception: Asimov::ParameterError
- Inherits:
-
RequestError
- Object
- StandardError
- Error
- RequestError
- Asimov::ParameterError
- Defined in:
- lib/asimov/error.rb
Overview
Errors that occur because of issues with the parameters of a request. Typically these correspond to a 400 HTTP return code. Example causes include missing parameters, unexpected parameters, invalid parameter values.
Errors of this type my be geenrated through local validation or as a result of an error returned by the OpenAI API.