LocalErrorCodes
public enum LocalErrorCodes : String
Emuneration for all Local Errors
- NewtonNotInitialized Error stating that Newton singleton is not initialized
- NewtonInitializationError Error in initialization
- SimpleObjectCreationError: Error in creation of a Simple Object
- SimpleObjectSerializationError: Error in retrieving simple object from a serialization
- EventCreationError: Error in creation of an Event Object
- EventFlowInconsistance: Inconsistance Error when creating a Analytic Flow Event
- EventTimedInconsistance: Inconsistance Error when creating a Analytic Timed Event
- EventAnalyticError: Error in Analytics
- InvalidQueueHandler: Error in access to Event Queue
- StorageError: Error in access to disk storage
- InvalidFunctionCalled: InvalidFunctionCalled description
- InvalidEvent: Error Event is not valid
- AnalyticError: Error in Analytic
- ConnectionInitError: Error in estabilishing connection
- ConnectionError: Error in connection
- ConnectionResponseError: Error in response from server
- ConnectionValidationError: Inconsistance in Parameters passed to connection
- ConnectionDomainWarning: Error when response is not received from Newton servers
- NewtonServerError: Internal Newton Server Error
- QueueError: Error in Event Queue
- LoginBuilderError: Error in building a Login Flow
- LoginFlowUnknownError: Login Flow Error not handled by Newton
- InvalidLoginFlowResponse: Error in response received from a Login Flow
- InvalidForgotFlowResponse: Error in response received from a Forgot Flow
- OAuthError: Error in OAuth procedure
- UserMetaInfoSerializationError: Error in serialization of User Meta Info
- UserMetaInfoError: Error in User Meta Info
- AutologinError: Error in Autologin Process
- AutologinServerError: Error in response of an Autologin Process
- AutologinTokenExpired: Error Autologin Token has expired
- AutologinInternalError: Internal Error in Autologin
- LogoutError: Error in logging out User
- NotificationError: Error in a GCD Notification
- SyncUserStateError: Error in Synchronizing User State
- UserDeleteError: Error in User Delete
- PushNotificationError: Error in Push Notification
- PushNotificationDeviceRegistrationError: Error in Push Notification Device Registration
- MSISDNLoginError: Error in MSISDN Login Flow
- MSISDNLoginWrongPINError: Error MSISDN PIN is not valid
- MSISDNError: Internal Error in MSISDN Login FLow
- MSISDNForgotError: Error in Forgot PIN Flow
- MSISDNForgotMaxPINReachedError: Error max SMS sent for MSISDN Forgot PIN Flow
- MSISDNUserRecognitionFailed: Error User Telephone number has not been recognized
-
Undocumented
Declaration
Swift
case NewtonNotInitialized -
Undocumented
Declaration
Swift
case NewtonInitializationError -
Undocumented
Declaration
Swift
case SimpleObjectCreationError -
Undocumented
Declaration
Swift
case SimpleObjectSerializationError -
Undocumented
Declaration
Swift
case EventCreationError -
Undocumented
Declaration
Swift
case EventFlowInconsistance -
Undocumented
Declaration
Swift
case EventTimedInconsistance -
Undocumented
Declaration
Swift
case EventAnalyticError -
Undocumented
Declaration
Swift
case InvalidQueueHandler -
Undocumented
Declaration
Swift
case StorageError -
Undocumented
Declaration
Swift
case InvalidFunctionCalled -
Undocumented
Declaration
Swift
case InvalidEvent -
Undocumented
Declaration
Swift
case AnalyticError -
Undocumented
Declaration
Swift
case ConnectionInitError -
Undocumented
Declaration
Swift
case ConnectionError -
Undocumented
Declaration
Swift
case ConnectionResponseError -
Undocumented
Declaration
Swift
case ConnectionValidationError -
Undocumented
Declaration
Swift
case ConnectionDomainWarning -
Undocumented
Declaration
Swift
case QueueError -
Undocumented
Declaration
Swift
case LoginBuilderError -
Undocumented
Declaration
Swift
case LoginFlowUnknownError -
Undocumented
Declaration
Swift
case InvalidLoginFlowResponse -
Undocumented
Declaration
Swift
case InvalidForgotFlowResponse -
Undocumented
Declaration
Swift
case OAuthError -
Undocumented
Declaration
Swift
case UserMetaInfoSerializationError -
Undocumented
Declaration
Swift
case UserMetaInfoError -
Undocumented
Declaration
Swift
case AutologinError -
Undocumented
Declaration
Swift
case AutologinServerError -
Undocumented
Declaration
Swift
case AutologinTokenExpired -
Undocumented
Declaration
Swift
case AutologinTokenInvalid -
Undocumented
Declaration
Swift
case AutologinInternalError -
Undocumented
Declaration
Swift
case LogoutError -
Undocumented
Declaration
Swift
case NotificationError -
Undocumented
Declaration
Swift
case SyncUserStateError -
Undocumented
Declaration
Swift
case UserDeleteError -
Undocumented
Declaration
Swift
case PushNotificationError -
Undocumented
Declaration
Swift
case PushNotificationDeviceRegistrationError -
Undocumented
Declaration
Swift
case MSISDNLoginError -
Undocumented
Declaration
Swift
case MSISDNLoginWrongPINError -
Undocumented
Declaration
Swift
case MSISDNError -
Undocumented
Declaration
Swift
case MSISDNForgotError -
Undocumented
Declaration
Swift
case MSISDNForgotMaxPINReachedError -
Undocumented
Declaration
Swift
case MSISDNUserRecognitionFailed -
Undocumented
Declaration
Swift
case EMAILLoginWrongPasswordError -
Undocumented
Declaration
Swift
case EMAILLoginError -
Undocumented
Declaration
Swift
case EMAILForgotWrongEmailError -
Undocumented
Declaration
Swift
case EMAILForgotError -
Undocumented
Declaration
Swift
case EMAILResendError -
Undocumented
Declaration
Swift
case EMAILSignupLoginMandatoryConfirmError -
Undocumented
Declaration
Swift
case EMAILSignupLoginIdentityError -
Undocumented
Declaration
Swift
case MFPLoginError -
Undocumented
Declaration
Swift
case MFPLoginWrongFingerprint -
Undocumented
Declaration
Swift
case UO2CredentialsLoginError -
Undocumented
Declaration
Swift
case IdentityBuilderError -
Undocumented
Declaration
Swift
case IdentityFlowUnknownError -
Undocumented
Declaration
Swift
case IdentityFlowError -
Undocumented
Declaration
Swift
case AddEmailIdentityFlowError -
Undocumented
Declaration
Swift
case PaymentSerializationError -
Undocumented
Declaration
Swift
case InvalidUserToken -
Undocumented
Declaration
Swift
case PaymentItemAlreadyPaid -
Undocumented
Declaration
Swift
case PaymentError
LocalErrorCodes Enumeration Reference