kdrant
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kdrant
kdrant-core
/
dev.kdrant
/
KdrantException
/
Timeout
Timeout
class
Timeout
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
KdrantException
The request exceeded its configured timeout.
Members
Constructors
Timeout
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?