Package com.openai.errors
Class BadRequestException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class BadRequestException extends OpenAIServiceException
-
-
Constructor Summary
Constructors Constructor Description BadRequestException(Headers headers, String body, OpenAIError error)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Methods inherited from class com.openai.errors.OpenAIServiceException
body, error, headers, statusCode
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
BadRequestException
BadRequestException(Headers headers, String body, OpenAIError error)
-
-
-
-