SCServiceErrorCode Constants Reference

Declared in SCCDefines.h

SCServiceErrorCode

Possible error response codes when authenticating a user with your Salesforce org.

Definition

typedef NS_ENUM(NSInteger, SCServiceErrorCode ) {
   SCServiceUserSessionExpiredOrInvalidError = 401,
   SCServiceUserRequestRefusedError = 403,
   SCServiceUserResourceNotFoundError = 404,
};

Constants

SCServiceUserSessionExpiredOrInvalidError

Error condition when the session has expired or is invalid.

Declared In SCCDefines.h.

SCServiceUserRequestRefusedError

Error condition when the request to authenticate a user is refused by the server.

Declared In SCCDefines.h.

SCServiceUserResourceNotFoundError

Error condition when the requested resource is not found on the server.

Declared In SCCDefines.h.

Declared In

SCCDefines.h