Skip to content

TransferAttemptError

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

Serializable error summary retained in failed attempts.

PropertyTypeDescriptionDefined in
code?stringStable SDK error code when available.src/transfers/TransferJob.ts:133
messagestringHuman-readable error message.src/transfers/TransferJob.ts:131
namestringError class or constructor name.src/transfers/TransferJob.ts:129
retryable?booleanWhether retry policy may retry the failure.src/transfers/TransferJob.ts:135