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

Side by Side 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, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « pkg/analysis_server/test/integration/protocol_matchers.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="UTF-8"/> 4 <meta charset="UTF-8"/>
5 <title>Analysis Server API Specification</title> 5 <title>Analysis Server API Specification</title>
6 </head> 6 </head>
7 <body> 7 <body>
8 <h1>Analysis Server API Specification</h1> 8 <h1>Analysis Server API Specification</h1>
9 <h1 style="color:#999999">Version <version>1.5.0</version></h1> 9 <h1 style="color:#999999">Version <version>1.5.0</version></h1>
10 <p> 10 <p>
(...skipping 3205 matching lines...) Expand 10 before | Expand all | Expand 10 after
3216 </value> 3216 </value>
3217 <value> 3217 <value>
3218 <code>UNKNOWN_REQUEST</code> 3218 <code>UNKNOWN_REQUEST</code>
3219 <p> 3219 <p>
3220 A request was received which the analysis server does 3220 A request was received which the analysis server does
3221 not recognize, or cannot handle in its current 3221 not recognize, or cannot handle in its current
3222 configuation. 3222 configuation.
3223 </p> 3223 </p>
3224 </value> 3224 </value>
3225 <value> 3225 <value>
3226 <code>UNKNOWN_SOURCE</code>
3227 <p>
3228 The analysis server was requested to perform an action
3229 on a source that does not exist.
3230 </p>
3231 </value>
3232 <value>
3226 <code>UNSUPPORTED_FEATURE</code> 3233 <code>UNSUPPORTED_FEATURE</code>
3227 <p> 3234 <p>
3228 The analysis server was requested to perform an action 3235 The analysis server was requested to perform an action
3229 which is not supported. 3236 which is not supported.
3230 </p> 3237 </p>
3231 <p> 3238 <p>
3232 This is a legacy error; it will be removed before the 3239 This is a legacy error; it will be removed before the
3233 API reaches version 1.0. 3240 API reaches version 1.0.
3234 </p> 3241 </p>
3235 <!-- TODO(paulberry): remove this error and the code that 3242 <!-- TODO(paulberry): remove this error and the code that
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
3870 <h2>Errors</h2> 3877 <h2>Errors</h2>
3871 <p> 3878 <p>
3872 This section contains a list of all of the errors that are 3879 This section contains a list of all of the errors that are
3873 produced by the server and the data that is returned with each. 3880 produced by the server and the data that is returned with each.
3874 </p> 3881 </p>
3875 <p> 3882 <p>
3876 TBD 3883 TBD
3877 </p> 3884 </p>
3878 </body> 3885 </body>
3879 </html> 3886 </html>
OLDNEW
« 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