| 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 3363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3374 </dd><dt class="value">GET_ERRORS_INVALID_FILE</dt><dd> | 3374 </dd><dt class="value">GET_ERRORS_INVALID_FILE</dt><dd> |
| 3375 | 3375 |
| 3376 <p> | 3376 <p> |
| 3377 An "analysis.getErrors" request specified a FilePath | 3377 An "analysis.getErrors" request specified a FilePath |
| 3378 which does not match a file currently subject to | 3378 which does not match a file currently subject to |
| 3379 analysis. | 3379 analysis. |
| 3380 </p> | 3380 </p> |
| 3381 </dd><dt class="value">GET_NAVIGATION_INVALID_FILE</dt><dd> | 3381 </dd><dt class="value">GET_NAVIGATION_INVALID_FILE</dt><dd> |
| 3382 | 3382 |
| 3383 <p> | 3383 <p> |
| 3384 An "analysis.getErrors" request specified a FilePath | 3384 An "analysis.getNavigation" request specified a FilePath |
| 3385 which does not match a file currently subject to | 3385 which does not match a file currently subject to |
| 3386 analysis. | 3386 analysis. |
| 3387 </p> | 3387 </p> |
| 3388 </dd><dt class="value">INVALID_ANALYSIS_ROOT</dt><dd> | 3388 </dd><dt class="value">INVALID_ANALYSIS_ROOT</dt><dd> |
| 3389 | 3389 |
| 3390 <p> | 3390 <p> |
| 3391 A path passed as an argument to a request (such as | 3391 A path passed as an argument to a request (such as |
| 3392 analysis.reanalyze) is required to be an analysis root, but isn't. | 3392 analysis.reanalyze) is required to be an analysis root, but isn't. |
| 3393 </p> | 3393 </p> |
| 3394 </dd><dt class="value">INVALID_EXECUTION_CONTEXT</dt><dd> | 3394 </dd><dt class="value">INVALID_EXECUTION_CONTEXT</dt><dd> |
| (...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4039 <p> | 4039 <p> |
| 4040 This section contains a list of all of the errors that are | 4040 This section contains a list of all of the errors that are |
| 4041 produced by the server and the data that is returned with each. | 4041 produced by the server and the data that is returned with each. |
| 4042 </p> | 4042 </p> |
| 4043 <p> | 4043 <p> |
| 4044 TBD | 4044 TBD |
| 4045 </p> | 4045 </p> |
| 4046 | 4046 |
| 4047 | 4047 |
| 4048 </body></html> | 4048 </body></html> |
| OLD | NEW |