ZKZumoKitErrorCode
Objective-C
@interface ZKZumoKitErrorCode : NSObject
                Swift
class ZKZumoKitErrorCode : NSObject
                The code of error returned. Some errors that could be handled programmatically (e.g., balance too low) include an error code — a short string with a brief explanation — as a value for code. See Handling Errors for details.
- 
                  
                  
Declaration
Objective-C
- (nonnull instancetype)init;Swift
init() - 
                  
                  
Declaration
Objective-C
+ (nonnull instancetype)zumoKitErrorCode; 
            View on GitHub
          
      ZKZumoKitErrorCode Class Reference