Interface IRefactoringUIStatusCodes


public interface IRefactoringUIStatusCodes
Status codes used by the refactoring UI plug-in.

This interface is not intended to be implemented by clients.

Since:
3.0
See Also:
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Status code (value 10000) indicating an internal error.
  • Field Details

    • INTERNAL_ERROR

      static final int INTERNAL_ERROR
      Status code (value 10000) indicating an internal error.
      See Also: