| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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> |
| OLD | NEW |