kdrant
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kdrant
kdrant-core
/
dev.kdrant
/
KdrantException
/
Unauthorized
Unauthorized
class
Unauthorized
(
message
:
String
=
"Unauthorized"
)
:
KdrantException
Authentication failed or is required (missing/invalid API key).
Members
Constructors
Unauthorized
Link copied to clipboard
constructor
(
message
:
String
=
"Unauthorized"
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?