Jump to Content

Interface TaskExecutionResultDetail

Describes the detailed result of a TaskExecution operation. This result includes the time in milliseconds spent in each phase, the status of the task execution, and the errors encountered.

Hierarchy

  • TaskExecutionResultDetail

Properties

ErrorCode?: string

Errors that DataSync encountered during execution of the task. You can use this error code to help troubleshoot issues.

ErrorDetail?: string

Detailed description of an error that was encountered during the task execution. You can use this information to help troubleshoot issues.

PrepareDuration?: number

The total time in milliseconds that DataSync spent in the PREPARING phase.

PrepareStatus?: string

The status of the PREPARING phase.

TotalDuration?: number

The total time in milliseconds that DataSync took to transfer the file from the source to the destination location.

TransferDuration?: number

The total time in milliseconds that DataSync spent in the TRANSFERRING phase.

TransferStatus?: string

The status of the TRANSFERRING phase.

VerifyDuration?: number

The total time in milliseconds that DataSync spent in the VERIFYING phase.

VerifyStatus?: string

The status of the VERIFYING phase.