BatchActionErrorResult interface
The error of an analyze batch action.
- Extends
-
BatchActionState<Kind>
Properties
| error | The Error for this action result. |
| failed |
When this action was completed by the service. |
Inherited Properties
| action |
The name of the action. |
| kind | The kind of the action results. |
| statistics | Action statistics. |
Property Details
error
failedOn
When this action was completed by the service.
failedOn: Date
Property Value
Date
Inherited Property Details
actionName
The name of the action.
actionName?: string
Property Value
string
Inherited From BatchActionState.actionName
kind
statistics
Action statistics.
statistics?: TextDocumentBatchStatistics
Property Value
Inherited From BatchActionState.statistics