| 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
|
|
|