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

Side by Side Diff: pkg/analysis_server/doc/api.html

Issue 1047733004: Support refresh of individual analysis roots (issue 22254) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address more comments 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
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 3111 matching lines...) Expand 10 before | Expand all | Expand 10 after
3122 An "edit.format" request specified a FilePath 3122 An "edit.format" request specified a FilePath
3123 which does not match a Dart file in an analysis root. 3123 which does not match a Dart file in an analysis root.
3124 </p> 3124 </p>
3125 </dd><dt class="value">GET_ERRORS_INVALID_FILE</dt><dd> 3125 </dd><dt class="value">GET_ERRORS_INVALID_FILE</dt><dd>
3126 3126
3127 <p> 3127 <p>
3128 An "analysis.getErrors" request specified a FilePath 3128 An "analysis.getErrors" request specified a FilePath
3129 which does not match a file currently subject to 3129 which does not match a file currently subject to
3130 analysis. 3130 analysis.
3131 </p> 3131 </p>
3132 </dd><dt class="value">INVALID_ANALYSIS_ROOT</dt><dd>
3133
3134 <p>
3135 A path passed as an argument to a request (such as
3136 analysis.reanalyze) is required to be an analysis root, but isn't.
3137 </p>
3132 </dd><dt class="value">INVALID_EXECUTION_CONTEXT</dt><dd> 3138 </dd><dt class="value">INVALID_EXECUTION_CONTEXT</dt><dd>
3133 3139
3134 <p> 3140 <p>
3135 The context root used to create an execution context does not 3141 The context root used to create an execution context does not
3136 exist. 3142 exist.
3137 </p> 3143 </p>
3138 </dd><dt class="value">INVALID_OVERLAY_CHANGE</dt><dd> 3144 </dd><dt class="value">INVALID_OVERLAY_CHANGE</dt><dd>
3139 3145
3140 <p> 3146 <p>
3141 An "analysis.updateContent" request contained a 3147 An "analysis.updateContent" request contained a
(...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
3771 <p> 3777 <p>
3772 This section contains a list of all of the errors that are 3778 This section contains a list of all of the errors that are
3773 produced by the server and the data that is returned with each. 3779 produced by the server and the data that is returned with each.
3774 </p> 3780 </p>
3775 <p> 3781 <p>
3776 TBD 3782 TBD
3777 </p> 3783 </p>
3778 3784
3779 3785
3780 </body></html> 3786 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698