kdrant
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kdrant
kdrant-core
/
dev.kdrant
/
KdrantException
/
ServerError
Server
Error
class
ServerError
(
message
:
String
)
:
KdrantException
An unexpected server-side error (HTTP 5xx other than 503). Not retried automatically.
Members
Constructors
Server
Error
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
?