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