| 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 c75eb38278941ad7f9f005e524c42c95e77ba702..17991d81137ad66a3eae2038b78d841015aefea0 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
|
| @@ -58,6 +58,11 @@ public class RequestErrorCode {
|
| public static final String INVALID_REQUEST = "INVALID_REQUEST";
|
|
|
| /**
|
| + * Another refactoring request was received during processing of this one.
|
| + */
|
| + public static final String REFACTORING_REQUEST_CANCELLED = "REFACTORING_REQUEST_CANCELLED";
|
| +
|
| + /**
|
| * The analysis server has already been started (and hence won't accept new connections).
|
| *
|
| * This error is included for future expansion; at present the analysis server can only speak to
|
|
|