NSError(Wallets)
@interface NSError (Wallets)
+ (WalletError)walletErrorWith:(WalletErrorCode)errorCode underlyingError:(NSObject *)underlyingError;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
+ (WalletError)walletErrorWith:(WalletErrorCode)errorCode underlyingError:(NSObject *)underlyingError;
Swift
class func walletError(with errorCode: WalletErrorCode, underlyingError: NSObject) -> Error