BatchActionErrorResult interface

The error of an analyze batch action.

Extends

Properties

error

The Error for this action result.

failedOn

When this action was completed by the service.

Inherited Properties

actionName

The name of the action.

kind

The kind of the action results.

statistics

Action statistics.

Property Details

error

The Error for this action result.

error: TextAnalysisError

Property Value

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

The kind of the action results.

kind: Kind

Property Value

Kind

Inherited From BatchActionState.kind

statistics

Action statistics.

statistics?: TextDocumentBatchStatistics

Property Value

Inherited From BatchActionState.statistics