OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <meta charset="UTF-8"/> | 3 <meta charset="UTF-8"/> |
4 <title>Analysis Server API Specification</title> | 4 <title>Analysis Server API Specification</title> |
5 </head> | 5 </head> |
6 <body> | 6 <body> |
7 <h1>Analysis Server API Specification</h1> | 7 <h1>Analysis Server API Specification</h1> |
8 <h1 style="color:#999999">Version <version>1.9.0</version></h1> | 8 <h1 style="color:#999999">Version <version>1.9.0</version></h1> |
9 <p> | 9 <p> |
10 This document contains a specification of the API provided by the | 10 This document contains a specification of the API provided by the |
(...skipping 3389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3400 <code>GET_ERRORS_INVALID_FILE</code> | 3400 <code>GET_ERRORS_INVALID_FILE</code> |
3401 <p> | 3401 <p> |
3402 An "analysis.getErrors" request specified a FilePath | 3402 An "analysis.getErrors" request specified a FilePath |
3403 which does not match a file currently subject to | 3403 which does not match a file currently subject to |
3404 analysis. | 3404 analysis. |
3405 </p> | 3405 </p> |
3406 </value> | 3406 </value> |
3407 <value> | 3407 <value> |
3408 <code>GET_NAVIGATION_INVALID_FILE</code> | 3408 <code>GET_NAVIGATION_INVALID_FILE</code> |
3409 <p> | 3409 <p> |
3410 An "analysis.getErrors" request specified a FilePath | 3410 An "analysis.getNavigation" request specified a FilePath |
3411 which does not match a file currently subject to | 3411 which does not match a file currently subject to |
3412 analysis. | 3412 analysis. |
3413 </p> | 3413 </p> |
3414 </value> | 3414 </value> |
3415 <value> | 3415 <value> |
3416 <code>INVALID_ANALYSIS_ROOT</code> | 3416 <code>INVALID_ANALYSIS_ROOT</code> |
3417 <p> | 3417 <p> |
3418 A path passed as an argument to a request (such as | 3418 A path passed as an argument to a request (such as |
3419 analysis.reanalyze) is required to be an analysis root, but isn't. | 3419 analysis.reanalyze) is required to be an analysis root, but isn't. |
3420 </p> | 3420 </p> |
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4170 <h2>Errors</h2> | 4170 <h2>Errors</h2> |
4171 <p> | 4171 <p> |
4172 This section contains a list of all of the errors that are | 4172 This section contains a list of all of the errors that are |
4173 produced by the server and the data that is returned with each. | 4173 produced by the server and the data that is returned with each. |
4174 </p> | 4174 </p> |
4175 <p> | 4175 <p> |
4176 TBD | 4176 TBD |
4177 </p> | 4177 </p> |
4178 </body> | 4178 </body> |
4179 </html> | 4179 </html> |
OLD | NEW |