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

Unified 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, 9 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 side-by-side diff with in-line comments
Download patch
Index: pkg/analysis_server/doc/api.html
diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
index f0dac7492e87ef4f71ebc3850f7054d8055b555c..a35a8d3179129fc761064489d914d8d8932b178d 100644
--- a/pkg/analysis_server/doc/api.html
+++ b/pkg/analysis_server/doc/api.html
@@ -3129,6 +3129,12 @@ dt.typeDefinition {
which does not match a file currently subject to
analysis.
</p>
+ </dd><dt class="value">INVALID_ANALYSIS_ROOT</dt><dd>
+
+ <p>
+ A path passed as an argument to a request (such as
+ analysis.reanalyze) is required to be an analysis root, but isn't.
+ </p>
</dd><dt class="value">INVALID_EXECUTION_CONTEXT</dt><dd>
<p>

Powered by Google App Engine
This is Rietveld 408576698