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

Unified Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 530583004: Rename Error to RequestError in analysis server API. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analysis_server/tool/spec/api.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/tool/spec/spec_input.html
diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html
index 4f3f8705d1abb7f8ff078aacb9306f22f09a00ed..f12c7012bc59eac7de6ea724d529f1733976c39e 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -1876,33 +1876,6 @@
<value><code>UNKNOWN</code></value>
</enum>
</type>
- <type name="Error">
- <p>
- An indication of a problem with the execution of the server,
- typically in response to a request.
- </p>
- <object>
- <field name="code">
- <ref>RequestErrorCode</ref>
- <p>
- A code that uniquely identifies the error that occurred.
- </p>
- </field>
- <field name="message">
- <ref>String</ref>
- <p>
- A short description of the error.
- </p>
- </field>
- <field name="data" optional="true">
- <ref>object</ref>
- <p>
- Additional data related to the error. This field is
- omitted if there is no additional data available.
- </p>
- </field>
- </object>
- </type>
<type name="ErrorFixes">
<p>
A list of fixes associated with a specific error
@@ -2571,6 +2544,33 @@
<field name="type" value="remove"><ref>String</ref></field>
</object>
</type>
+ <type name="RequestError">
+ <p>
+ An indication of a problem with the execution of the server,
+ typically in response to a request.
+ </p>
+ <object>
+ <field name="code">
+ <ref>RequestErrorCode</ref>
+ <p>
+ A code that uniquely identifies the error that occurred.
+ </p>
+ </field>
+ <field name="message">
+ <ref>String</ref>
+ <p>
+ A short description of the error.
+ </p>
+ </field>
+ <field name="data" optional="true">
+ <ref>object</ref>
+ <p>
+ Additional data related to the error. This field is
+ omitted if there is no additional data available.
+ </p>
+ </field>
+ </object>
+ </type>
<type name="RequestErrorCode">
<p>
An enumeration of the types of errors that can occur in the
« no previous file with comments | « pkg/analysis_server/tool/spec/api.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698