| Index: pkg/analysis_server/doc/api.html
|
| diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
|
| index f46adff8733d161231a9f191e883d8509e7ddf88..cdeb1752fd171c80563e0b07c82ecbd0482f0e7d 100644
|
| --- a/pkg/analysis_server/doc/api.html
|
| +++ b/pkg/analysis_server/doc/api.html
|
| @@ -2579,11 +2579,11 @@ dt.typeDefinition {
|
| <p>
|
| A short description of the error.
|
| </p>
|
| - </dd><dt class="field"><b><i>data ( <span style="color:#999999">optional</span> object )</i></b></dt><dd>
|
| + </dd><dt class="field"><b><i>stackTrace ( <span style="color:#999999">optional</span> String )</i></b></dt><dd>
|
|
|
| <p>
|
| - Additional data related to the error. This field is
|
| - omitted if there is no additional data available.
|
| + The stack trace associated with processing the request,
|
| + used for debugging the server.
|
| </p>
|
| </dd></dl></dd><dt class="typeDefinition"><a name="type_RequestErrorCode">RequestErrorCode: String</a></dt><dd>
|
| <p>
|
|
|