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