| Index: pkg/analysis_server/doc/api.html
|
| diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
|
| index 68947be08115399cfb1e59222f8cbbb73f8ecd62..5a451afc8eff0bdd26eccf5173da9ac4f43802e1 100644
|
| --- a/pkg/analysis_server/doc/api.html
|
| +++ b/pkg/analysis_server/doc/api.html
|
| @@ -61,7 +61,7 @@ dt.typeDefinition {
|
| </style></head>
|
| <body>
|
| <h1>Analysis Server API Specification</h1>
|
| - <h1 style="color:#999999">Version 1.13.0</h1>
|
| + <h1 style="color:#999999">Version 1.14.0</h1>
|
| <p>
|
| This document contains a specification of the API provided by the
|
| analysis server. The API in this document is currently under
|
| @@ -2858,7 +2858,12 @@ dt.typeDefinition {
|
| <dl><dt class="value">LIBRARY</dt><dt class="value">PART</dt></dl></dd><dt class="typeDefinition"><a name="type_FilePath">FilePath: String</a></dt><dd>
|
|
|
| <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>
|
| </dd><dt class="typeDefinition"><a name="type_FoldingKind">FoldingKind: String</a></dt><dd>
|
| <p>
|
| @@ -3636,6 +3641,12 @@ dt.typeDefinition {
|
| The context root used to create an execution context does not
|
| exist.
|
| </p>
|
| + </dd><dt class="value">INVALID_FILE_PATH_FORMAT</dt><dd>
|
| +
|
| + <p>
|
| + The format of the given file path is invalid, e.g. is not
|
| + absolute and normalized.
|
| + </p>
|
| </dd><dt class="value">INVALID_OVERLAY_CHANGE</dt><dd>
|
|
|
| <p>
|
|
|