TransferAttempt
Defined in: src/transfers/TransferJob.ts:107
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:109 |
bytesTransferred | number | Bytes reported by the attempt before completion or failure. | src/transfers/TransferJob.ts:117 |
completedAt | Date | Time this attempt finished or failed. | src/transfers/TransferJob.ts:113 |
durationMs | number | Attempt duration in milliseconds. | src/transfers/TransferJob.ts:115 |
error? | TransferAttemptError | Error summary for failed attempts. | src/transfers/TransferJob.ts:119 |
startedAt | Date | Time this attempt began. | src/transfers/TransferJob.ts:111 |