| Index: pkg/analysis_server/tool/spec/generated/java/types/RequestErrorCode.java
|
| diff --git a/pkg/analysis_server/tool/spec/generated/java/types/RequestErrorCode.java b/pkg/analysis_server/tool/spec/generated/java/types/RequestErrorCode.java
|
| index edb72d7054b2b089db4989bf8a67489b537bed0a..07246211c9e0036866c323b2a3fbd9c180624558 100644
|
| --- a/pkg/analysis_server/tool/spec/generated/java/types/RequestErrorCode.java
|
| +++ b/pkg/analysis_server/tool/spec/generated/java/types/RequestErrorCode.java
|
| @@ -76,6 +76,12 @@ public class RequestErrorCode {
|
| public static final String GET_REACHABLE_SOURCES_INVALID_FILE = "GET_REACHABLE_SOURCES_INVALID_FILE";
|
|
|
| /**
|
| + * An "edit.importElements" request specified a FilePath that does not match a file currently
|
| + * subject to analysis.
|
| + */
|
| + public static final String IMPORT_ELEMENTS_INVALID_FILE = "IMPORT_ELEMENTS_INVALID_FILE";
|
| +
|
| + /**
|
| * A path passed as an argument to a request (such as analysis.reanalyze) is required to be an
|
| * analysis root, but isn't.
|
| */
|
|
|