ZKErrorCode
Objective-C
enum ZKErrorCode : NSInteger {}Swift
enum ZKErrorCode : Int, @unchecked SendablePossible error code values for NSError’s with the ZumoKitDomain domain
- 
                  
                  Trouble connecting to ZumoKit API. DeclarationObjective-C ZKAPIConnectionErrorSwift case ZKAPIConnectionError = 0
- 
                  
                  General-purpose API error. DeclarationObjective-C ZKAPIErrorSwift case ZKAPIError = 1
- 
                  
                  Authentication with ZumoKit’s API failed DeclarationObjective-C ZKAuthenticationErrorSwift case ZKAuthenticationError = 2
- 
                  
                  Something was wrong with the given wallet operation. DeclarationObjective-C ZKWalletErrorSwift case ZKWalletError = 3
- 
                  
                  API call was invalid for some reason. DeclarationObjective-C ZKInvalidRequestErrorSwift case ZKInvalidRequestError = 4
- 
                  
                  Rate limit exceeded. DeclarationObjective-C ZKRateLimitErrorSwift case ZKRateLimitError = 5
- 
                  
                  Something went wrong validating arguments. DeclarationObjective-C ZKInvalidArgumentErrorSwift case ZKInvalidArgumentError = 6
 View on GitHub
            View on GitHub
           ZKErrorCode Enumeration Reference
      ZKErrorCode Enumeration Reference