| 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">WORKING DRAFT - Version <version>0.3</version></h1
> | 8 <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1
> |
| 9 <p> | 9 <p> |
| 10 This document contains a specification of the API provided by | 10 This document contains a specification of the API provided by |
| (...skipping 2569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2580 <p> | 2580 <p> |
| 2581 A code that uniquely identifies the error that occurred. | 2581 A code that uniquely identifies the error that occurred. |
| 2582 </p> | 2582 </p> |
| 2583 </field> | 2583 </field> |
| 2584 <field name="message"> | 2584 <field name="message"> |
| 2585 <ref>String</ref> | 2585 <ref>String</ref> |
| 2586 <p> | 2586 <p> |
| 2587 A short description of the error. | 2587 A short description of the error. |
| 2588 </p> | 2588 </p> |
| 2589 </field> | 2589 </field> |
| 2590 <field name="data" optional="true"> | 2590 <field name="stackTrace" optional="true"> |
| 2591 <ref>object</ref> | 2591 <ref>String</ref> |
| 2592 <p> | 2592 <p> |
| 2593 Additional data related to the error. This field is | 2593 The stack trace associated with processing the request, |
| 2594 omitted if there is no additional data available. | 2594 used for debugging the server. |
| 2595 </p> | 2595 </p> |
| 2596 </field> | 2596 </field> |
| 2597 </object> | 2597 </object> |
| 2598 </type> | 2598 </type> |
| 2599 <type name="RequestErrorCode"> | 2599 <type name="RequestErrorCode"> |
| 2600 <p> | 2600 <p> |
| 2601 An enumeration of the types of errors that can occur in the | 2601 An enumeration of the types of errors that can occur in the |
| 2602 execution of the server. | 2602 execution of the server. |
| 2603 </p> | 2603 </p> |
| 2604 <enum> | 2604 <enum> |
| (...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3283 <h2>Errors</h2> | 3283 <h2>Errors</h2> |
| 3284 <p> | 3284 <p> |
| 3285 This section contains a list of all of the errors that are | 3285 This section contains a list of all of the errors that are |
| 3286 produced by the server and the data that is returned with each. | 3286 produced by the server and the data that is returned with each. |
| 3287 </p> | 3287 </p> |
| 3288 <p> | 3288 <p> |
| 3289 TBD | 3289 TBD |
| 3290 </p> | 3290 </p> |
| 3291 </body> | 3291 </body> |
| 3292 </html> | 3292 </html> |
| OLD | NEW |