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

Unified Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 1774913006: Add error codes to server protocol (#25958). (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « pkg/analysis_server/tool/spec/generated/java/types/AnalysisError.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/tool/spec/spec_input.html
diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html
index fa4664f201fb06ee927f376824c982abc69f8719..17800c030cfe71a7cc07d7b05fe1af9a812d6505 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -2088,6 +2088,12 @@
message associated with the error code.
</p>
</field>
+ <field name="code">
+ <ref>String</ref>
+ <p>
+ The name, as a string, of the error code associated with this error.
+ </p>
+ </field>
<field name="hasFix" optional="true">
<ref>bool</ref>
<p>
« no previous file with comments | « pkg/analysis_server/tool/spec/generated/java/types/AnalysisError.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698