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

Side by Side Diff: pkg/analysis_server/doc/api.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><head> 1 <html><head>
2 <meta charset="UTF-8"> 2 <meta charset="UTF-8">
3 <title>Analysis Server API Specification</title> 3 <title>Analysis Server API Specification</title>
4 <style>body { 4 <style>body {
5 font-family: sans-serif, serif; 5 font-family: sans-serif, serif;
6 padding-left: 5%; 6 padding-left: 5%;
7 padding-right: 5%; 7 padding-right: 5%;
8 } 8 }
9 h1 { 9 h1 {
10 text-align: center; 10 text-align: center;
(...skipping 2609 matching lines...) Expand 10 before | Expand all | Expand 10 after
2620 2620
2621 <p> 2621 <p>
2622 The analysis server has already been started (and hence 2622 The analysis server has already been started (and hence
2623 won't accept new connections). 2623 won't accept new connections).
2624 </p> 2624 </p>
2625 <p> 2625 <p>
2626 This error is included for future expansion; at present 2626 This error is included for future expansion; at present
2627 the analysis server can only speak to one client at a 2627 the analysis server can only speak to one client at a
2628 time so this error will never occur. 2628 time so this error will never occur.
2629 </p> 2629 </p>
2630 </dd><dt class="value">SERVER_ERROR</dt><dd>
2631
2632 <p>
2633 An internal error occurred in the analysis server.
2634 Also see the server.error notification.
2635 </p>
2630 </dd><dt class="value">UNANALYZED_PRIORITY_FILES</dt><dd> 2636 </dd><dt class="value">UNANALYZED_PRIORITY_FILES</dt><dd>
2631 2637
2632 <p> 2638 <p>
2633 An "analysis.setPriorityFiles" request includes one or 2639 An "analysis.setPriorityFiles" request includes one or
2634 more files that are not being analyzed. 2640 more files that are not being analyzed.
2635 </p> 2641 </p>
2636 <p> 2642 <p>
2637 This is a legacy error; it will be removed before the 2643 This is a legacy error; it will be removed before the
2638 API reaches version 1.0. 2644 API reaches version 1.0.
2639 </p> 2645 </p>
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
3171 <p> 3177 <p>
3172 This section contains a list of all of the errors that are 3178 This section contains a list of all of the errors that are
3173 produced by the server and the data that is returned with each. 3179 produced by the server and the data that is returned with each.
3174 </p> 3180 </p>
3175 <p> 3181 <p>
3176 TBD 3182 TBD
3177 </p> 3183 </p>
3178 3184
3179 3185
3180 </body></html> 3186 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698