Constants

The following constants are available globally.

  • k_ZohoAuthTokenFetchError

    Unable to fetch token from server.

    Declaration

    Objective-C

    static const int k_ZohoAuthTokenFetchError = 201

    Swift

    let k_ZohoAuthTokenFetchError: Int32
  • k_ZohoAuthTokenFetchNil

    Unable to fetch token from server.

    Declaration

    Objective-C

    static const int k_ZohoAuthTokenFetchNil = 202

    Swift

    let k_ZohoAuthTokenFetchNil: Int32
  • k_ZohoAuthTokenFetchNothingReceived

    Unable to fetch token. Nothing was received.

    Declaration

    Objective-C

    static const int k_ZohoAuthTokenFetchNothingReceived = 204

    Swift

    let k_ZohoAuthTokenFetchNothingReceived: Int32
  • k_ZohoAuthSFSafariDismissed

    SFSafari Dismissed.

    Declaration

    Objective-C

    static const int k_ZohoAuthSFSafariDismissed = 205

    Swift

    let k_ZohoAuthSFSafariDismissed: Int32
  • k_ZohoAuthNoAccessToken

    Access token doesn’t exist.

    Declaration

    Objective-C

    static const int k_ZohoAuthNoAccessToken = 302

    Swift

    let k_ZohoAuthNoAccessToken: Int32
  • k_ZohoAuthRevokeTokenError

    Unable to revoke token.

    Declaration

    Objective-C

    static const int k_ZohoAuthRevokeTokenError = 801

    Swift

    let k_ZohoAuthRevokeTokenError: Int32
  • k_ZohoAuthRevokeTokenResultNil

    Fetches Revoke token Response is nil.

    Declaration

    Objective-C

    static const int k_ZohoAuthRevokeTokenResultNil = 802

    Swift

    let k_ZohoAuthRevokeTokenResultNil: Int32
  • k_ZohoAuthRevokeTokenNothingReceived

    Fetches Revoke token. Nothing was received.

    Declaration

    Objective-C

    static const int k_ZohoAuthRevokeTokenNothingReceived = 804

    Swift

    let k_ZohoAuthRevokeTokenNothingReceived: Int32
  • k_ZohoAuthGenericError

    Network call failed with unknown error.

    Declaration

    Objective-C

    static const int k_ZohoAuthGenericError = 901

    Swift

    let k_ZohoAuthGenericError: Int32
  • k_ZohoAuthRefreshTokenFetchError

    Unable to fetch Refresh token from server.

    Declaration

    Objective-C

    static const int k_ZohoAuthRefreshTokenFetchError = 901

    Swift

    let k_ZohoAuthRefreshTokenFetchError: Int32
  • k_ZohoAuthRefreshTokenFetchNil

    Refresh token fetch. Response is nil.

    Declaration

    Objective-C

    static const int k_ZohoAuthRefreshTokenFetchNil = 902

    Swift

    let k_ZohoAuthRefreshTokenFetchNil: Int32
  • k_ZohoAuthRefreshTokenFetchNothingReceived

    Unable to fetch Refresh token. Nothing was received.

    Declaration

    Objective-C

    static const int k_ZohoAuthRefreshTokenFetchNothingReceived = 904

    Swift

    let k_ZohoAuthRefreshTokenFetchNothingReceived: Int32
  • k_ZohoAuthOAuthServerError

    OAuth Server Error occured during redirection.

    Declaration

    Objective-C

    static const int k_ZohoAuthOAuthServerError = 905

    Swift

    let k_ZohoAuthOAuthServerError: Int32
  • k_ZohoAuthRevokeTokenNothingReceived

    Access token doesn’t exist for the given scopes.

    Declaration

    Objective-C

    static const int k_ZohoAuthScopeNotFound = 906

    Swift

    let k_ZohoAuthScopeNotFound: Int32
  • k_ZohoAuthUpdatePhotoError

    Unable to update photo.

    Declaration

    Objective-C

    static const int k_ZohoAuthUpdatePhotoError = 1001

    Swift

    let k_ZohoAuthUpdatePhotoError: Int32
  • k_ZohoAuthUpdatePhotoResultNil

    UpdatePhoto fetch. Response is nil.

    Declaration

    Objective-C

    static const int k_ZohoAuthUpdatePhotoResultNil = 1002

    Swift

    let k_ZohoAuthUpdatePhotoResultNil: Int32
  • k_ZohoAuthUpdatePhotoNothingReceived

    UpdatePhoto fetch. Nothing was received.

    Declaration

    Objective-C

    static const int k_ZohoAuthUpdatePhotoNothingReceived = 1003

    Swift

    let k_ZohoAuthUpdatePhotoNothingReceived: Int32
  • k_ZohoAuthUpdatePhotoServerError

    UpdatePhoto server error occured.

    Declaration

    Objective-C

    static const int k_ZohoAuthUpdatePhotoServerError = 1004

    Swift

    let k_ZohoAuthUpdatePhotoServerError: Int32