Class CommonsStatusCodes


  • public final class CommonsStatusCodes
    extends Object
    A list of status codes for this plug-in.
    • Field Detail

      • OK

        public static final int OK
        Status code indicating that everything is OK.
        See Also:
        Constant Field Values
      • PLUGIN_STARTUP_FAILURE

        public static final int PLUGIN_STARTUP_FAILURE
        Status code indicating that an error occurred during plug-in start-up.
        See Also:
        Constant Field Values
      • PLUGIN_SHUTDOWN_FAILURE

        public static final int PLUGIN_SHUTDOWN_FAILURE
        Status code indicating that an error occurred during plug-in shut-down.
        See Also:
        Constant Field Values
      • SERVICE_FAILURE

        public static final int SERVICE_FAILURE
        Status code indicating that an error occurred with a service.
        See Also:
        Constant Field Values
      • INTERNAL_ERROR

        public static final int INTERNAL_ERROR
        Error status code indicating that an unexpected error occurred.
        See Also:
        Constant Field Values