Constants

The following constants are available globally.

  • Unable to fetch token from server.

    Declaration

    Objective-C

    static const int k_ZohoAuthTokenFetchError = 201

    Swift

    let k_ZohoAuthTokenFetchError: Int32
  • Fetches Access token Response is nil.

    Declaration

    Objective-C

    static const int k_ZohoAuthTokenFetchNil = 202

    Swift

    let k_ZohoAuthTokenFetchNil: Int32
  • Unable to fetch token. Nothing was received.

    Declaration

    Objective-C

    static const int k_ZohoAuthTokenFetchNothingReceived = 204

    Swift

    let k_ZohoAuthTokenFetchNothingReceived: Int32
  • SFSafari Dismissed.

    Declaration

    Objective-C

    static const int k_ZohoAuthSFSafariDismissed = 205

    Swift

    let k_ZohoAuthSFSafariDismissed: Int32
  • Access token doesn’t exist.

    Declaration

    Objective-C

    static const int k_ZohoAuthNoAccessToken = 302

    Swift

    let k_ZohoAuthNoAccessToken: Int32
  • Unable to revoke token.

    Declaration

    Objective-C

    static const int k_ZohoAuthRevokeTokenError = 801

    Swift

    let k_ZohoAuthRevokeTokenError: Int32
  • Fetches Revoke token Response is nil.

    Declaration

    Objective-C

    static const int k_ZohoAuthRevokeTokenResultNil = 802

    Swift

    let k_ZohoAuthRevokeTokenResultNil: Int32
  • Fetches Revoke token. Nothing was received.

    Declaration

    Objective-C

    static const int k_ZohoAuthRevokeTokenNothingReceived = 804

    Swift

    let k_ZohoAuthRevokeTokenNothingReceived: Int32
  • Network call failed with unknown error.

    Declaration

    Objective-C

    static const int k_ZohoAuthGenericError = 901

    Swift

    let k_ZohoAuthGenericError: Int32
  • Unable to fetch Refresh token from server.

    Declaration

    Objective-C

    static const int k_ZohoAuthRefreshTokenFetchError = 901

    Swift

    let k_ZohoAuthRefreshTokenFetchError: Int32
  • Refresh token fetch. Response is nil.

    Declaration

    Objective-C

    static const int k_ZohoAuthRefreshTokenFetchNil = 902

    Swift

    let k_ZohoAuthRefreshTokenFetchNil: Int32
  • Unable to fetch Refresh token. Nothing was received.

    Declaration

    Objective-C

    static const int k_ZohoAuthRefreshTokenFetchNothingReceived = 904

    Swift

    let k_ZohoAuthRefreshTokenFetchNothingReceived: Int32
  • OAuth Server Error occured during redirection.

    Declaration

    Objective-C

    static const int k_ZohoAuthOAuthServerError = 905

    Swift

    let k_ZohoAuthOAuthServerError: Int32
  • Access token doesn’t exist for the given scopes.

    Declaration

    Objective-C

    static const int k_ZohoAuthScopeNotFound = 906

    Swift

    let k_ZohoAuthScopeNotFound: Int32
  • Unable to update photo.

    Declaration

    Objective-C

    static const int k_ZohoAuthUpdatePhotoError = 1001

    Swift

    let k_ZohoAuthUpdatePhotoError: Int32
  • UpdatePhoto fetch. Response is nil.

    Declaration

    Objective-C

    static const int k_ZohoAuthUpdatePhotoResultNil = 1002

    Swift

    let k_ZohoAuthUpdatePhotoResultNil: Int32
  • UpdatePhoto fetch. Nothing was received.

    Declaration

    Objective-C

    static const int k_ZohoAuthUpdatePhotoNothingReceived = 1003

    Swift

    let k_ZohoAuthUpdatePhotoNothingReceived: Int32
  • UpdatePhoto server error occured.

    Declaration

    Objective-C

    static const int k_ZohoAuthUpdatePhotoServerError = 1004

    Swift

    let k_ZohoAuthUpdatePhotoServerError: Int32