JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Serialized Form
Package com.theokanning.openai
Class
com.theokanning.openai.OpenAiHttpException
extends java.lang.RuntimeException implements Serializable
Serialized Fields
statusCode
int statusCode
HTTP status code
code
java.lang.String code
OpenAI error code, for example "invalid_api_key"
param
java.lang.String param
type
java.lang.String type
OpenAI error type, for example "invalid_request_error" https://platform.openai.com/docs/guides/error-codes/python-library-error-types
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes