FailedAttempt
Defined in: packages/synapse-sdk/src/types.ts:486
A provider attempt that did not produce a successful copy.
A non-empty failedAttempts array does NOT mean the upload failed.
Failed attempts include providers that were tried and replaced by
successful attempts on other providers. Always check UploadResult.complete
to determine overall success.
Properties
Section titled “Properties”error:
string
Defined in: packages/synapse-sdk/src/types.ts:492
Error description
explicit
Section titled “explicit”explicit:
boolean
Defined in: packages/synapse-sdk/src/types.ts:494
Whether the provider was explicitly specified (no auto-retry for explicit)
providerId
Section titled “providerId”providerId:
bigint
Defined in: packages/synapse-sdk/src/types.ts:488
Provider ID that was attempted
role:
CopyRole
Defined in: packages/synapse-sdk/src/types.ts:490
Role the provider was being used for