Constants
The following constants are available globally.
-
Unable to fetch token from server.
Declaration
Objective-C
static const int k_ZohoAuthTokenFetchError = 201Swift
let k_ZohoAuthTokenFetchError: Int32 -
Fetches Access token Response is nil.
Declaration
Objective-C
static const int k_ZohoAuthTokenFetchNil = 202Swift
let k_ZohoAuthTokenFetchNil: Int32 -
Unable to fetch token. Nothing was received.
Declaration
Objective-C
static const int k_ZohoAuthTokenFetchNothingReceived = 204Swift
let k_ZohoAuthTokenFetchNothingReceived: Int32 -
SFSafari Dismissed.
Declaration
Objective-C
static const int k_ZohoAuthSFSafariDismissed = 205Swift
let k_ZohoAuthSFSafariDismissed: Int32 -
Access token doesn’t exist.
Declaration
Objective-C
static const int k_ZohoAuthNoAccessToken = 302Swift
let k_ZohoAuthNoAccessToken: Int32 -
Unable to revoke token.
Declaration
Objective-C
static const int k_ZohoAuthRevokeTokenError = 801Swift
let k_ZohoAuthRevokeTokenError: Int32 -
Fetches Revoke token Response is nil.
Declaration
Objective-C
static const int k_ZohoAuthRevokeTokenResultNil = 802Swift
let k_ZohoAuthRevokeTokenResultNil: Int32 -
Fetches Revoke token. Nothing was received.
Declaration
Objective-C
static const int k_ZohoAuthRevokeTokenNothingReceived = 804Swift
let k_ZohoAuthRevokeTokenNothingReceived: Int32 -
Network call failed with unknown error.
Declaration
Objective-C
static const int k_ZohoAuthGenericError = 901Swift
let k_ZohoAuthGenericError: Int32 -
Unable to fetch Refresh token from server.
Declaration
Objective-C
static const int k_ZohoAuthRefreshTokenFetchError = 901Swift
let k_ZohoAuthRefreshTokenFetchError: Int32 -
Refresh token fetch. Response is nil.
Declaration
Objective-C
static const int k_ZohoAuthRefreshTokenFetchNil = 902Swift
let k_ZohoAuthRefreshTokenFetchNil: Int32 -
Unable to fetch Refresh token. Nothing was received.
Declaration
Objective-C
static const int k_ZohoAuthRefreshTokenFetchNothingReceived = 904Swift
let k_ZohoAuthRefreshTokenFetchNothingReceived: Int32 -
OAuth Server Error occured during redirection.
Declaration
Objective-C
static const int k_ZohoAuthOAuthServerError = 905Swift
let k_ZohoAuthOAuthServerError: Int32 -
Access token doesn’t exist for the given scopes.
Declaration
Objective-C
static const int k_ZohoAuthScopeNotFound = 906Swift
let k_ZohoAuthScopeNotFound: Int32 -
Unable to update photo.
Declaration
Objective-C
static const int k_ZohoAuthUpdatePhotoError = 1001Swift
let k_ZohoAuthUpdatePhotoError: Int32 -
UpdatePhoto fetch. Response is nil.
Declaration
Objective-C
static const int k_ZohoAuthUpdatePhotoResultNil = 1002Swift
let k_ZohoAuthUpdatePhotoResultNil: Int32 -
UpdatePhoto fetch. Nothing was received.
Declaration
Objective-C
static const int k_ZohoAuthUpdatePhotoNothingReceived = 1003Swift
let k_ZohoAuthUpdatePhotoNothingReceived: Int32 -
UpdatePhoto server error occured.
Declaration
Objective-C
static const int k_ZohoAuthUpdatePhotoServerError = 1004Swift
let k_ZohoAuthUpdatePhotoServerError: Int32
Constants Reference