WalletErrorCode
Objective-C
NS_CLOSED_ENUM (NSInteger, WalletErrorCode) {
WalletErrorCodeRegistrationFailure,
WalletErrorCodeNoNetwork,
WalletErrorCodeWalletAppNotFound
}
Swift
@frozen enum WalletErrorCode : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
WalletErrorCodeRegistrationFailure
Swift
case registrationFailure = 0
-
Undocumented
Declaration
Objective-C
WalletErrorCodeNoNetwork
Swift
case noNetwork = 1
-
Undocumented
Declaration
Objective-C
WalletErrorCodeWalletAppNotFound
Swift
case walletAppNotFound = 2