ZKZumoKitErrorType
Objective-C
@interface ZKZumoKitErrorType : NSObject
Swift
class ZKZumoKitErrorType : NSObject
The type of error returned. In case of wallet errors, these errors can be safely displayed to the end users. See Handling Errors for details.
-
Declaration
Objective-C
- (nonnull instancetype)init;
Swift
init()
-
Declaration
Objective-C
+ (nonnull instancetype)zumoKitErrorType;