CredentialException

Credential-related errors (3xxx range).

Inheritors

Types

Link copied to clipboard
class AlreadyExists(message: String, cause: Throwable? = null) : CredentialException

Credential already exists error.

Link copied to clipboard
object Companion
Link copied to clipboard
class DeploymentFailed(message: String, cause: Throwable? = null) : CredentialException

Credential deployment failed error.

Link copied to clipboard
class Invalid(message: String, cause: Throwable? = null) : CredentialException

Invalid credential error.

Link copied to clipboard
class NotFound(message: String, cause: Throwable? = null) : CredentialException

Credential not found error.

Properties

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

Functions

Link copied to clipboard
open override fun toString(): String