Skip to content

TransferAttempt

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

Execution attempt retained in a transfer receipt.

PropertyTypeDescriptionDefined in
attemptnumberOne-based attempt number.src/transfers/TransferJob.ts:109
bytesTransferrednumberBytes reported by the attempt before completion or failure.src/transfers/TransferJob.ts:117
completedAtDateTime this attempt finished or failed.src/transfers/TransferJob.ts:113
durationMsnumberAttempt duration in milliseconds.src/transfers/TransferJob.ts:115
error?TransferAttemptErrorError summary for failed attempts.src/transfers/TransferJob.ts:119
startedAtDateTime this attempt began.src/transfers/TransferJob.ts:111