| Index: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/RequestErrorCode.java
|
| diff --git a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/RequestErrorCode.java b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/RequestErrorCode.java
|
| index a61314a0a69cb4491c2d1422292f03f9b1dab8f7..d1a30ca7ad58fd020111fabb894ac523a6618c02 100644
|
| --- a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/RequestErrorCode.java
|
| +++ b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/RequestErrorCode.java
|
| @@ -47,7 +47,7 @@ public class RequestErrorCode {
|
| public static final String INVALID_EXECUTION_CONTEXT = "INVALID_EXECUTION_CONTEXT";
|
|
|
| /**
|
| - * An analysis.updateContent request contained a ChangeContentOverlay object which can't be
|
| + * 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.
|
| */
|
| public static final String INVALID_OVERLAY_CHANGE = "INVALID_OVERLAY_CHANGE";
|
| @@ -63,6 +63,12 @@ public class RequestErrorCode {
|
| public static final String INVALID_REQUEST = "INVALID_REQUEST";
|
|
|
| /**
|
| + * The "--no-index" flag was passed when the analysis server created, but this API call requires an
|
| + * index to have been generated.
|
| + */
|
| + public static final String NO_INDEX_GENERATED = "NO_INDEX_GENERATED";
|
| +
|
| + /**
|
| * Another refactoring request was received during processing of this one.
|
| */
|
| public static final String REFACTORING_REQUEST_CANCELLED = "REFACTORING_REQUEST_CANCELLED";
|
|
|