UnableToReadFromKeychain

Thrown when unable to read data from keychain storage.

Parameters

dataType

Description of what was being read (e.g., "EIP155 address", "Solana address").

Constructors

Link copied to clipboard
constructor(dataType: String)

Properties

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