kdrant
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kdrant
kdrant-core
/
dev.kdrant
/
KdrantException
/
InvalidRequest
Invalid
Request
class
InvalidRequest
(
message
:
String
)
:
KdrantException
The server rejected the request as malformed (HTTP 4xx other than auth/not-found).
Members
Constructors
Invalid
Request
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
?