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 a5e439fae12adf72ac251b39c8950768e74e4aa2..346bf63818313033d2c7d7f6669093fcc8f5ed9f 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,11 @@ public class RequestErrorCode { |
public static final String INVALID_EXECUTION_CONTEXT = "INVALID_EXECUTION_CONTEXT"; |
/** |
+ * The format of the given file path is invalid, e.g. is not absolute and normalized. |
+ */ |
+ public static final String INVALID_FILE_PATH_FORMAT = "INVALID_FILE_PATH_FORMAT"; |
+ |
+ /** |
* An "analysis.updateContent" request contained a ChangeContentOverlay object which can't be |
* applied, due to an edit having an offset or length that is out of range. |
*/ |