SmartAccountWalletException
public class SmartAccountWalletException : SmartAccountException, @unchecked Sendable
Wallet state-related errors (2xxx range).
-
Indicates that no wallet is currently connected.
See moreDeclaration
Swift
public final class NotConnected : SmartAccountWalletException, @unchecked Sendable -
Indicates that a wallet with the same identifier already exists.
See moreDeclaration
Swift
public final class AlreadyExists : SmartAccountWalletException, @unchecked Sendable -
Indicates that the requested wallet was not found.
See moreDeclaration
Swift
public final class NotFound : SmartAccountWalletException, @unchecked Sendable -
Undocumented
Declaration
Swift
public static func notConnected(details: String? = nil, cause: Error? = nil) -> NotConnected -
Undocumented
Declaration
Swift
public static func alreadyExists(identifier: String, cause: Error? = nil) -> AlreadyExists -
Undocumented
Declaration
Swift
public static func notFound(identifier: String, cause: Error? = nil) -> NotFound
View on GitHub
Install in Dash