| 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 346bf63818313033d2c7d7f6669093fcc8f5ed9f..37c06b502e572a3b88f9ee3719304c4670019287 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,11 @@ public class RequestErrorCode {
|
| public static final String CONTENT_MODIFIED = "CONTENT_MODIFIED";
|
|
|
| /**
|
| + * The server was unable to open a port for the diagnostic server.
|
| + */
|
| + public static final String DEBUG_PORT_COULD_NOT_BE_OPENED = "DEBUG_PORT_COULD_NOT_BE_OPENED";
|
| +
|
| + /**
|
| * 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.
|
| */
|
|
|