Skip to content

TransferAttemptError

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

Serializable error summary retained in failed attempts.

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