State

class State(val reason: String) : ClientException

The persisted state was refused: altered, older than the last send, or its secure-storage key is wrong. Whatever else a SecureStore implementation raises surfaces as this case, with its reason. Do not delete the blob.

Constructors

Link copied to clipboard
constructor(reason: String)

Properties

Link copied to clipboard
open override val message: String
Link copied to clipboard