Skip to content

TransferAttempt

Defined in: src/transfers/TransferJob.ts:139

Execution attempt retained in a transfer receipt.

PropertyTypeDescriptionDefined in
attemptnumberOne-based attempt number.src/transfers/TransferJob.ts:141
bytesTransferrednumberBytes reported by the attempt before completion or failure.src/transfers/TransferJob.ts:149
completedAtDateTime this attempt finished or failed.src/transfers/TransferJob.ts:145
durationMsnumberAttempt duration in milliseconds.src/transfers/TransferJob.ts:147
error?TransferAttemptErrorError summary for failed attempts.src/transfers/TransferJob.ts:151
startedAtDateTime this attempt began.src/transfers/TransferJob.ts:143