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
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?