toggle menu
openai-kotlin
common
switch theme
search in API
openai-core
/
com.aallam.openai.api.exception
/
OpenAIHttpException
Open
AIHttp
Exception
class
OpenAIHttpException
(
throwable
:
Throwable
?
=
null
)
:
OpenAIException
Runtime Http Client exception
Members
Constructors
Open
AIHttp
Exception
Link copied to clipboard
constructor
(
throwable
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?