kdrant
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kdrant
kdrant-core
/
dev.kdrant
/
KdrantException
/
CollectionNotFound
Collection
Not
Found
class
CollectionNotFound
(
val
collection
:
String
,
serverMessage
:
String
?
=
null
)
:
KdrantException
The referenced collection does not exist.
Members
Constructors
Collection
Not
Found
Link copied to clipboard
constructor
(
collection
:
String
,
serverMessage
:
String
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
collection
Link copied to clipboard
val
collection
:
String
message
Link copied to clipboard
open
val
message
:
String
?