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

Side by Side Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 570453002: gracefully handle internal exceptions during request (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <meta charset="UTF-8"/> 3 <meta charset="UTF-8"/>
4 <title>Analysis Server API Specification</title> 4 <title>Analysis Server API Specification</title>
5 </head> 5 </head>
6 <body> 6 <body>
7 <h1>Analysis Server API Specification</h1> 7 <h1>Analysis Server API Specification</h1>
8 <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1 > 8 <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1 >
9 <p> 9 <p>
10 This document contains a specification of the API provided by 10 This document contains a specification of the API provided by
(...skipping 2626 matching lines...) Expand 10 before | Expand all | Expand 10 after
2637 The analysis server has already been started (and hence 2637 The analysis server has already been started (and hence
2638 won't accept new connections). 2638 won't accept new connections).
2639 </p> 2639 </p>
2640 <p> 2640 <p>
2641 This error is included for future expansion; at present 2641 This error is included for future expansion; at present
2642 the analysis server can only speak to one client at a 2642 the analysis server can only speak to one client at a
2643 time so this error will never occur. 2643 time so this error will never occur.
2644 </p> 2644 </p>
2645 </value> 2645 </value>
2646 <value> 2646 <value>
2647 <code>SERVER_ERROR</code>
2648 <p>
2649 An internal error occurred in the analysis server.
2650 Also see the server.error notification.
2651 </p>
2652 </value>
2653 <value>
2647 <code>UNANALYZED_PRIORITY_FILES</code> 2654 <code>UNANALYZED_PRIORITY_FILES</code>
2648 <p> 2655 <p>
2649 An "analysis.setPriorityFiles" request includes one or 2656 An "analysis.setPriorityFiles" request includes one or
2650 more files that are not being analyzed. 2657 more files that are not being analyzed.
2651 </p> 2658 </p>
2652 <p> 2659 <p>
2653 This is a legacy error; it will be removed before the 2660 This is a legacy error; it will be removed before the
2654 API reaches version 1.0. 2661 API reaches version 1.0.
2655 </p> 2662 </p>
2656 <!-- TODO(paulberry): remove this error and the code that 2663 <!-- TODO(paulberry): remove this error and the code that
(...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
3276 <h2>Errors</h2> 3283 <h2>Errors</h2>
3277 <p> 3284 <p>
3278 This section contains a list of all of the errors that are 3285 This section contains a list of all of the errors that are
3279 produced by the server and the data that is returned with each. 3286 produced by the server and the data that is returned with each.
3280 </p> 3287 </p>
3281 <p> 3288 <p>
3282 TBD 3289 TBD
3283 </p> 3290 </p>
3284 </body> 3291 </body>
3285 </html> 3292 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698