WalletErrorCode

Objective-C

NS_CLOSED_ENUM (NSInteger, WalletErrorCode) {
    WalletErrorCodeRegistrationFailure,
    WalletErrorCodeNoNetwork,
    WalletErrorCodeWalletAppNotFound
}

Swift

@frozen enum WalletErrorCode : Int, @unchecked Sendable

Undocumented