toggle menu
openai-kotlin
common
switch theme
search in API
openai-core
/
com.aallam.openai.api.exception
/
OpenAITimeoutException
Open
AITimeout
Exception
class
OpenAITimeoutException
(
throwable
:
Throwable
)
:
OpenAIIOException
An exception thrown in case a request times out.
Members
Constructors
Open
AITimeout
Exception
Link copied to clipboard
constructor
(
throwable
:
Throwable
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?