Interface IErrorCodes


  • public interface IErrorCodes
    Common launch and debug error statuses codes. May be used by launch processes.
    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.
    • Field Detail

      • SHOW_EXECUTION_ERROR

        static final int SHOW_EXECUTION_ERROR
        Common internal launching error status code, that represents internal error during launching process. Value is 1100.

        Errors with this status will show special dialog to show execution error with full copyable stack trace to user.

        See Also:
        Constant Field Values
      • DEBUG_SESSION_DUPLICATION_ATTEMPT

        static final int DEBUG_SESSION_DUPLICATION_ATTEMPT
        1C:Enterprise runtime debug process start error status code. Value is 2001.

        Errors with this status will show default error dialog to the user.

        See Also:
        Constant Field Values
      • DEBUG_SERVER_CREDENTIALS_REQUIRED

        static final int DEBUG_SERVER_CREDENTIALS_REQUIRED
        1C:Enterprise runtime debug process start error status code. Value is 2002.

        Errors with this status will show password input dialog.

        See Also:
        Constant Field Values
      • DEBUG_SERVER_FULL_CREDENTIALS_REQUIRED

        static final int DEBUG_SERVER_FULL_CREDENTIALS_REQUIRED
        1C:Enterprise runtime debug process start error status code. Value is 2003.

        Errors with this status will show full credentials (user name nad password) input dialog.

        See Also:
        DebugCredentials, Constant Field Values