Class OpenAIException.UnprocessableEntityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.github.sashirestela.openai.exception.OpenAIException
-
- io.github.sashirestela.openai.exception.OpenAIException.UnprocessableEntityException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OpenAIException
public static class OpenAIException.UnprocessableEntityException extends OpenAIException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.github.sashirestela.openai.exception.OpenAIException
OpenAIException.AuthenticationException, OpenAIException.BadRequestException, OpenAIException.InternalServerException, OpenAIException.NotFoundException, OpenAIException.PermissionDeniedException, OpenAIException.RateLimitException, OpenAIException.UnexpectedStatusCodeException, OpenAIException.UnprocessableEntityException
-
-
Field Summary
-
Fields inherited from class io.github.sashirestela.openai.exception.OpenAIException
responseInfo
-
-
Constructor Summary
Constructors Constructor Description UnprocessableEntityException(OpenAIResponseInfo responseInfo)
-
Method Summary
-
Methods inherited from class io.github.sashirestela.openai.exception.OpenAIException
getResponseInfo
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnprocessableEntityException
public UnprocessableEntityException(OpenAIResponseInfo responseInfo)
-
-