Class BtInsightConstants.StatusCode

  • Enclosing class:
    BtInsightConstants

    public static class BtInsightConstants.StatusCode
    extends java.lang.Object
    Represents status of request processed by core analyzer services
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int STATUS_ERROR
      Indicates that there is an internal error in the analyzer
      static int STATUS_FAIL
      Indicates that failure in execution of request due to improper inputs and for other reasons
      static int STATUS_NOT_READY
      Indicates that BT analyzer is not ready yet and busy in initializing components
      static int STATUS_SUCCESS
      Indicates that successful execution of request or operation
      static int STATUS_UNAUTHORIZED
      Indicates that client application is unauthorized to interact with BT analyzer
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private StatusCode()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • STATUS_ERROR

        public static final int STATUS_ERROR
        Indicates that there is an internal error in the analyzer
        See Also:
        Constant Field Values
      • STATUS_SUCCESS

        public static final int STATUS_SUCCESS
        Indicates that successful execution of request or operation
        See Also:
        Constant Field Values
      • STATUS_FAIL

        public static final int STATUS_FAIL
        Indicates that failure in execution of request due to improper inputs and for other reasons
        See Also:
        Constant Field Values
      • STATUS_NOT_READY

        public static final int STATUS_NOT_READY
        Indicates that BT analyzer is not ready yet and busy in initializing components
        See Also:
        Constant Field Values
      • STATUS_UNAUTHORIZED

        public static final int STATUS_UNAUTHORIZED
        Indicates that client application is unauthorized to interact with BT analyzer
        See Also:
        Constant Field Values
    • Constructor Detail

      • StatusCode

        private StatusCode()