Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(224)

Side by Side Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 569743003: update error handling to send response with stack trace (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « pkg/analysis_server/test/socket_server_test.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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>
OLDNEW
« no previous file with comments | « pkg/analysis_server/test/socket_server_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698