Index: pkg/analysis_server/tool/spec/spec_input.html |
diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html |
index fcddc9407a1b37786e4223b347ccd1833ab5d284..cd543c0c15167890088caeaaf396b36be9d455e7 100644 |
--- a/pkg/analysis_server/tool/spec/spec_input.html |
+++ b/pkg/analysis_server/tool/spec/spec_input.html |
@@ -6,7 +6,7 @@ |
</head> |
<body> |
<h1>Analysis Server API Specification</h1> |
- <h1 style="color:#999999">Version <version>1.13.0</version></h1> |
+ <h1 style="color:#999999">Version <version>1.14.0</version></h1> |
<p> |
This document contains a specification of the API provided by the |
analysis server. The API in this document is currently under |
@@ -2694,7 +2694,12 @@ |
<type name="FilePath"> |
<ref>String</ref> |
<p> |
- The absolute path of a file. |
+ The absolute, normalized path of a file. |
+ </p> |
+ <p> |
+ If the format of a file path in a request is not valid, e.g. the |
+ path is not absolute or is not normalized, then an error of type |
+ <tt>INVALID_FILE_PATH_FORMAT</tt> will be generated. |
</p> |
</type> |
<type name="FoldingKind"> |
@@ -3708,6 +3713,13 @@ |
</p> |
</value> |
<value> |
+ <code>INVALID_FILE_PATH_FORMAT</code> |
+ <p> |
+ The format of the given file path is invalid, e.g. is not |
+ absolute and normalized. |
+ </p> |
+ </value> |
+ <value> |
<code>INVALID_OVERLAY_CHANGE</code> |
<p> |
An "analysis.updateContent" request contained a |