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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The status of the PREPARING phase.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The status of the TRANSFERRING phase.

Link copied to clipboard

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

Link copied to clipboard

The status of the VERIFYING phase.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String