Exception: Asimov::ParameterError

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