| 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 028d5eb2f987ce19e643843a28bcad450ecaf142..a8615d28d71a2b40d3c8158c172cc33381abbef4 100644
|
| --- a/pkg/analysis_server/tool/spec/generated/java/types/RequestErrorCode.java
|
| +++ b/pkg/analysis_server/tool/spec/generated/java/types/RequestErrorCode.java
|
| @@ -30,6 +30,12 @@ public class RequestErrorCode {
|
| public static final String CONTENT_MODIFIED = "CONTENT_MODIFIED";
|
|
|
| /**
|
| + * A request specified a FilePath which does not match a file in an analysis root, or the requested
|
| + * operation is not available for the file.
|
| + */
|
| + public static final String FILE_NOT_ANALYZED = "FILE_NOT_ANALYZED";
|
| +
|
| + /**
|
| * An "edit.format" request specified a FilePath which does not match a Dart file in an analysis
|
| * root.
|
| */
|
| @@ -86,6 +92,12 @@ public class RequestErrorCode {
|
| public static final String NO_INDEX_GENERATED = "NO_INDEX_GENERATED";
|
|
|
| /**
|
| + * An "edit.organizeDirectives" request specified a Dart file that cannot be analyzed. The reason
|
| + * is described in the message.
|
| + */
|
| + public static final String ORGANIZE_DIRECTIVES_ERROR = "ORGANIZE_DIRECTIVES_ERROR";
|
| +
|
| + /**
|
| * Another refactoring request was received during processing of this one.
|
| */
|
| public static final String REFACTORING_REQUEST_CANCELLED = "REFACTORING_REQUEST_CANCELLED";
|
|
|