Interface IErrorCodes


  • public interface IErrorCodes
    Launching error statuses codes. Error status codes listed below can be thrown as CoreException during launch and will be handled.
    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.
    • Field Detail

      • LAUNCHING_CORE_PLUGIN_ID

        static final String LAUNCHING_CORE_PLUGIN_ID
        Launching core plug-in identifier. May be used to lookup a specific status handler of launching core.
        See Also:
        Constant Field Values
      • SHOW_CONFIGURATION_ERROR

        static final int SHOW_CONFIGURATION_ERROR
        Common internal error status code, that represents error in launch or debug configuration. Errors with this status will show simple error message dialog to the user.

        Value is 1000.

        See Also:
        Constant Field Values
      • PROCEED_TO_LAUNCH_CONFIGURATION_DIALOG

        static final int PROCEED_TO_LAUNCH_CONFIGURATION_DIALOG
        Proceed to launch configuration dialog is request status code. Errors with this status will redirect execution to current launch configuration settings dialog.

        Value is 1001.

        See Also:
        Constant Field Values
      • DEBUG_SESSION_ALREADY_STARTED

        static final int DEBUG_SESSION_ALREADY_STARTED
        Debug session with associated project is already started status code. Errors with this status will ask user for the later actions: proceed client launching, restart client or cancel execution.

        Value is 1003.

        See Also:
        Constant Field Values