| 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 17991d81137ad66a3eae2038b78d841015aefea0..a61314a0a69cb4491c2d1422292f03f9b1dab8f7 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
|
| @@ -42,6 +42,11 @@ public class RequestErrorCode {
|
| public static final String GET_ERRORS_INVALID_FILE = "GET_ERRORS_INVALID_FILE";
|
|
|
| /**
|
| + * The context root used to create an execution context does not exist.
|
| + */
|
| + public static final String INVALID_EXECUTION_CONTEXT = "INVALID_EXECUTION_CONTEXT";
|
| +
|
| + /**
|
| * 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.
|
| */
|
|
|