| 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 c5203efa611321c61ba4344408e0312249b16da2..05b89d58654ad7340e52a2ba5f2200298f9ac651 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
|
| @@ -24,11 +24,10 @@ package com.google.dart.server.generated.types;
|
| public class RequestErrorCode {
|
|
|
| /**
|
| - * An error occurred during the processing of an "analysis.getErrors" request.
|
| - *
|
| - * This is a legacy error; it will be removed before the API reaches version 1.0.
|
| + * An "analysis.getErrors" request specified a FilePath which does not match a file currently
|
| + * subject to analysis.
|
| */
|
| - public static final String GET_ERRORS_ERROR = "GET_ERRORS_ERROR";
|
| + public static final String GET_ERRORS_INVALID_FILE = "GET_ERRORS_INVALID_FILE";
|
|
|
| /**
|
| * One of the method parameters was invalid.
|
|
|