| 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>h1 { | 4 <style>h1 { |
| 5 text-align: center; | 5 text-align: center; |
| 6 } | 6 } |
| 7 pre { | 7 pre { |
| 8 margin: 0px; | 8 margin: 0px; |
| 9 } | 9 } |
| 10 div.box { | 10 div.box { |
| (...skipping 1999 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2010 An enumeration of the kinds of elements. | 2010 An enumeration of the kinds of elements. |
| 2011 </p> | 2011 </p> |
| 2012 | 2012 |
| 2013 <dl><dt class="value">CLASS</dt><dt class="value">CLASS_TYPE_ALIAS</dt><dt
class="value">COMPILATION_UNIT</dt><dt class="value">CONSTRUCTOR</dt><dt class=
"value">GETTER</dt><dt class="value">FIELD</dt><dt class="value">FUNCTION</dt><d
t class="value">FUNCTION_TYPE_ALIAS</dt><dt class="value">LIBRARY</dt><dt class=
"value">LOCAL_VARIABLE</dt><dt class="value">METHOD</dt><dt class="value">SETTER
</dt><dt class="value">TOP_LEVEL_VARIABLE</dt><dt class="value">TYPE_PARAMETER</
dt><dt class="value">UNKNOWN</dt><dt class="value">UNIT_TEST_GROUP</dt><dt class
="value">UNIT_TEST_TEST</dt></dl></dd><dt class="typeDefinition"><a name="type_E
rror">Error: object</a></dt><dd> | 2013 <dl><dt class="value">CLASS</dt><dt class="value">CLASS_TYPE_ALIAS</dt><dt
class="value">COMPILATION_UNIT</dt><dt class="value">CONSTRUCTOR</dt><dt class=
"value">GETTER</dt><dt class="value">FIELD</dt><dt class="value">FUNCTION</dt><d
t class="value">FUNCTION_TYPE_ALIAS</dt><dt class="value">LIBRARY</dt><dt class=
"value">LOCAL_VARIABLE</dt><dt class="value">METHOD</dt><dt class="value">SETTER
</dt><dt class="value">TOP_LEVEL_VARIABLE</dt><dt class="value">TYPE_PARAMETER</
dt><dt class="value">UNKNOWN</dt><dt class="value">UNIT_TEST_GROUP</dt><dt class
="value">UNIT_TEST_TEST</dt></dl></dd><dt class="typeDefinition"><a name="type_E
rror">Error: object</a></dt><dd> |
| 2014 <p> | 2014 <p> |
| 2015 An indication of a problem with the execution of the server, | 2015 An indication of a problem with the execution of the server, |
| 2016 typically in response to a request. The error codes that can | 2016 typically in response to a request. The error codes that can |
| 2017 be returned are documented in the section titled Errors. | 2017 be returned are documented in the section titled Errors. |
| 2018 </p> | 2018 </p> |
| 2019 | 2019 |
| 2020 <dl><dt class="field"><b><i>code ( int )</i></b></dt><dd> | 2020 <dl><dt class="field"><b><i>code ( String )</i></b></dt><dd> |
| 2021 | |
| 2022 | 2021 |
| 2023 <p> | 2022 <p> |
| 2024 A code that uniquely identifies the error that occurred. | 2023 A code that uniquely identifies the error that occurred. |
| 2025 </p> | 2024 </p> |
| 2026 </dd><dt class="field"><b><i>message ( String )</i></b></dt><dd> | 2025 </dd><dt class="field"><b><i>message ( String )</i></b></dt><dd> |
| 2027 | 2026 |
| 2028 <p> | 2027 <p> |
| 2029 A short description of the error. | 2028 A short description of the error. |
| 2030 </p> | 2029 </p> |
| 2031 </dd><dt class="field"><b><i>data ( <span style="color:#999999">option
al</span> object )</i></b></dt><dd> | 2030 </dd><dt class="field"><b><i>data ( <span style="color:#999999">option
al</span> object )</i></b></dt><dd> |
| (...skipping 904 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2936 <p> | 2935 <p> |
| 2937 This section contains a list of all of the errors that are | 2936 This section contains a list of all of the errors that are |
| 2938 produced by the server and the data that is returned with each. | 2937 produced by the server and the data that is returned with each. |
| 2939 </p> | 2938 </p> |
| 2940 <p> | 2939 <p> |
| 2941 TBD | 2940 TBD |
| 2942 </p> | 2941 </p> |
| 2943 | 2942 |
| 2944 | 2943 |
| 2945 </body></html> | 2944 </body></html> |
| OLD | NEW |