Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(371)

Unified Diff: pkg/analysis_server/tool/spec/generated/java/types/RequestErrorCode.java

Issue 2703033002: Add a diagnostic.getServerPort analysis server request. (Closed)
Patch Set: review comments Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..077698733a6e5359b26177339d88020b6d10a9c0 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 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.
*/

Powered by Google App Engine
This is Rietveld 408576698