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 315e4d93bb94030006a960281642845024b25e95..edb72d7054b2b089db4989bf8a67489b537bed0a 100644 |
--- a/pkg/analysis_server/tool/spec/generated/java/types/RequestErrorCode.java |
+++ b/pkg/analysis_server/tool/spec/generated/java/types/RequestErrorCode.java |
@@ -58,6 +58,12 @@ public class RequestErrorCode { |
public static final String GET_ERRORS_INVALID_FILE = "GET_ERRORS_INVALID_FILE"; |
/** |
+ * An "analysis.getImportedElements" request specified a FilePath that does not match a file |
+ * currently subject to analysis. |
+ */ |
+ public static final String GET_IMPORTED_ELEMENTS_INVALID_FILE = "GET_IMPORTED_ELEMENTS_INVALID_FILE"; |
+ |
+ /** |
* An "analysis.getNavigation" request specified a FilePath which does not match a file currently |
* subject to analysis. |
*/ |