Unauthorized

open class Unauthorized(message: String = "Unauthorized") : KdrantException

Authentication failed or is required: no credential, or one the server does not accept (HTTP 401). Forbidden is the narrower case where the credential is valid.

Inheritors

Constructors

Link copied to clipboard
constructor(message: String = "Unauthorized")

Properties

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