UnknownAPIException
class UnknownAPIException(val statusCode: Int, val error: OpenAIError, throwable: Throwable? = null) : OpenAIAPIException
Represents an exception thrown when an unknown error occurs while interacting with the OpenAI API. This exception is used when the specific type of error is not covered by the existing subclasses.
Properties
Link copied to clipboard
an instance of OpenAIError containing information about the error that occurred.
Link copied to clipboard
the HTTP status code associated with the error.