kdrant
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kdrant
kdrant-core
/
dev.kdrant
/
KdrantException
/
AlreadyExists
Already
Exists
class
AlreadyExists
(
message
:
String
)
:
KdrantException
The collection or resource already exists (HTTP 409). Not retryable.
Members
Constructors
Already
Exists
Link copied to clipboard
constructor
(
message
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?