TransferAttempt
Defined in: src/transfers/TransferJob.ts:139
Execution attempt retained in a transfer receipt.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
attempt | number | One-based attempt number. | src/transfers/TransferJob.ts:141 |
bytesTransferred | number | Bytes reported by the attempt before completion or failure. | src/transfers/TransferJob.ts:149 |
completedAt | Date | Time this attempt finished or failed. | src/transfers/TransferJob.ts:145 |
durationMs | number | Attempt duration in milliseconds. | src/transfers/TransferJob.ts:147 |
error? | TransferAttemptError | Error summary for failed attempts. | src/transfers/TransferJob.ts:151 |
startedAt | Date | Time this attempt began. | src/transfers/TransferJob.ts:143 |