Class UIGuidedAccessErrorCode


  • public final class UIGuidedAccessErrorCode
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Failed
      Generic failure.
      static long PermissionDenied
      The application is not authorized to perform the requested action.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • PermissionDenied

        public static final long PermissionDenied
        The application is not authorized to perform the requested action. For example, it may have requested a configuration change but is not locked into Single App Mode via a configuration profile.
        See Also:
        Constant Field Values
      • Failed

        public static final long Failed
        Generic failure.