optionsProblems property
The options validation status, i.e. problems in the given options, such as light-weight validation of a new name, flags compatibility, etc. The array will be empty if there are no known problems.
Implementation
List<RefactoringProblem> optionsProblems;