InvalidCredentialError

class InvalidCredentialError constructor(cause: Throwable? = null) : PolluxError(source)

Represents an error encountered when invalid credentials are provided.

See also

Constructors

Link copied to clipboard
constructor(cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val code: Int
Link copied to clipboard
open override val errorDescription: String?
Link copied to clipboard
open val message: String?
Link copied to clipboard
open override val underlyingErrors: Array<Error>?