CollectionNotFound

class CollectionNotFound(val collection: String, serverMessage: String? = null) : KdrantException

The referenced collection does not exist.

Constructors

Link copied to clipboard
constructor(collection: String, serverMessage: String? = null)

Properties

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

Whether the identical request could succeed later without being changed.