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