ServiceUnavailable

class ServiceUnavailable(message: String = "Qdrant is temporarily unavailable (HTTP 503)") : KdrantException

Qdrant is temporarily unavailable (HTTP 503, e.g. a shard is not ready). Retryable: surfaced only after the client's retries were exhausted.

Constructors

Link copied to clipboard
constructor(message: String = "Qdrant is temporarily unavailable (HTTP 503)")

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?