NWError

public enum NWError : Error

Definition of all Newton Error

  • 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(reason: String?)
  • Undocumented

    Declaration

    Swift

    case NewtonInitializationError(reason: String?)
  • Undocumented

    Declaration

    Swift

    case SimpleObjectCreationError(reason: String?)
  • Undocumented

    Declaration

    Swift

    case SimpleObjectSerializationError(reason: String?)
  • Undocumented

    Declaration

    Swift

    case EventCreationError(reason: String?)
  • Undocumented

    Declaration

    Swift

    case EventFlowInconsistance(reason: String?)
  • Undocumented

    Declaration

    Swift

    case EventTimedInconsistance(reason: String?)
  • Undocumented

    Declaration

    Swift

    case EventAnalyticError(reason: String?)
  • Undocumented

    Declaration

    Swift

    case InvalidQueueHandler(reason: String?)
  • Undocumented

    Declaration

    Swift

    case StorageError(reason: String?, error: Error?)
  • Undocumented

    Declaration

    Swift

    case InvalidFunctionCalled(reason: String?)
  • Undocumented

    Declaration

    Swift

    case InvalidEvent(reason: String?)
  • Undocumented

    Declaration

    Swift

    case AnalyticError(reason: String?, error: Error?)
  • Undocumented

    Declaration

    Swift

    case ConnectionInitError(reason: String?)
  • Undocumented

    Declaration

    Swift

    case ConnectionError(reason: String?, error: Error)
  • Undocumented

    Declaration

    Swift

    case ConnectionResponseError(reason: String?, error: Error?, response: HTTPURLResponse)
  • Undocumented

    Declaration

    Swift

    case ConnectionValidationError(reason: String?)
  • Undocumented

    Declaration

    Swift

    case ConnectionDomainWarning(reason: String?, response: Data?)
  • Undocumented

    Declaration

    Swift

    case NewtonServerError(message: String, code: String, details: String)
  • Undocumented

    Declaration

    Swift

    case NewtonAPIError(message: String, code: String, extra: [String : Any]?)
  • Undocumented

    Declaration

    Swift

    case QueueError(reason: String?)
  • Undocumented

    Declaration

    Swift

    case LoginBuilderError(reason: String?)
  • Undocumented

    Declaration

    Swift

    case LoginFlowUnknownError(error: Error)
  • Undocumented

    Declaration

    Swift

    case InvalidLoginFlowResponse(reason: String?)
  • Undocumented

    Declaration

    Swift

    case InvalidForgotFlowResponse(reason: String?)
  • Undocumented

    Declaration

    Swift

    case OAuthError(reason: String?, error: Error?)
  • Undocumented

    Declaration

    Swift

    case UserMetaInfoSerializationError(reason: String?)
  • Undocumented

    Declaration

    Swift

    case UserMetaInfoError(reason: String?, error: Error?)
  • Undocumented

    Declaration

    Swift

    case AutologinError(reason: String?, error: Error?)
  • Undocumented

    Declaration

    Swift

    case AutologinServerError(reason: String?)
  • Undocumented

    Declaration

    Swift

    case AutologinTokenExpired(reason: String?)
  • Undocumented

    Declaration

    Swift

    case AutologinInternalError(error: Error)
  • Undocumented

    Declaration

    Swift

    case LogoutError(reason: String?, error: Error?)
  • Undocumented

    Declaration

    Swift

    case NotificationError(reason: String?)
  • Undocumented

    Declaration

    Swift

    case SyncUserStateError(reason: String?, error: Error?)
  • Undocumented

    Declaration

    Swift

    case UserDeleteError(reason: String?, error: Error?)
  • Undocumented

    Declaration

    Swift

    case PushNotificationError(reason: String?)
  • Undocumented

    Declaration

    Swift

    case PushNotificationDeviceRegistrationError(reason: String?, error: Error?)
  • Undocumented

    Declaration

    Swift

    case MSISDNLoginError(reason: String?)
  • Undocumented

    Declaration

    Swift

    case MSISDNLoginWrongPINError(reason: String?)
  • Undocumented

    Declaration

    Swift

    case MSISDNError(reason: String?, error: Error?)
  • Undocumented

    Declaration

    Swift

    case MSISDNForgotError(reason: String?, error: Error?)
  • Undocumented

    Declaration

    Swift

    case MSISDNForgotMaxPINReachedError(reason: String?)
  • Undocumented

    Declaration

    Swift

    case MSISDNUserRecognitionFailed(reason: String?)
  • Undocumented

    Declaration

    Swift

    case MFPLoginError(reason: String?, error: Error?)
  • Undocumented

    Declaration

    Swift

    case MFPLoginWrongFingerprint(reason: String?)
  • Undocumented

    Declaration

    Swift

    case PaymentSerializationError(reason: String)
  • Undocumented

    Declaration

    Swift

    case InvalidUserToken(reason: String)
  • Undocumented

    Declaration

    Swift

    case PaymentItemAlreadyPaid(reason: String)
  • Undocumented

    Declaration

    Swift

    case PaymentError(reason: String?)