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

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

Issue 1042403002: add UNKNOWN_SOURCE error code and remove 2 unused legacy error codes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 5 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/test/integration/protocol_matchers.dart ('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 fa512df6d4dda792fb1ddc01884fc602ffe892c5..e9d9bb56c3e90de608b82a375d4f266faebc7a8d 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -3223,6 +3223,13 @@
</p>
</value>
<value>
+ <code>UNKNOWN_SOURCE</code>
+ <p>
+ The analysis server was requested to perform an action
+ on a source that does not exist.
+ </p>
+ </value>
+ <value>
<code>UNSUPPORTED_FEATURE</code>
<p>
The analysis server was requested to perform an action
« no previous file with comments | « pkg/analysis_server/test/integration/protocol_matchers.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698