类 UnprocessableEntityException

所有已实现的接口:
Serializable

public class UnprocessableEntityException extends OpenAIException
Exception thrown when the request is well-formed but semantically incorrect (HTTP 422).

Common causes:

  • Parameter values out of range
  • Conflicting parameters
  • Validation errors
另请参阅:
  • 构造器详细资料

    • UnprocessableEntityException

      public UnprocessableEntityException(String message, String errorCode, String responseBody)