Class NEAppPushManagerError


  • public final class NEAppPushManagerError
    extends java.lang.Object
    [@typedef] NEAppPushManagerError App Push Manager error codes
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long ConfigurationInvalid
      [@const] NEAppPushManagerErrorConfigurationInvalid The app push configuration is invalid
      static long ConfigurationNotLoaded
      [@const] NEAppPushManagerErrorConfigurationNotLoaded The app push configuration is not loaded
      static long InactiveSession
      [@const] NEAppPushManagerErrorInactiveSession This operation is invalid on inactive session
      static long InternalError
      [@const] NEAppPushManagerErrorInternalError Internal error in API task handling
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ConfigurationInvalid

        public static final long ConfigurationInvalid
        [@const] NEAppPushManagerErrorConfigurationInvalid The app push configuration is invalid
        See Also:
        Constant Field Values
      • ConfigurationNotLoaded

        public static final long ConfigurationNotLoaded
        [@const] NEAppPushManagerErrorConfigurationNotLoaded The app push configuration is not loaded
        See Also:
        Constant Field Values
      • InternalError

        public static final long InternalError
        [@const] NEAppPushManagerErrorInternalError Internal error in API task handling
        See Also:
        Constant Field Values
      • InactiveSession

        public static final long InactiveSession
        [@const] NEAppPushManagerErrorInactiveSession This operation is invalid on inactive session
        See Also:
        Constant Field Values