Interface: CloudProviderOperationErrorOptions
Defined in: electron/services/cloud/providers/cloudProviderErrors.ts:22
Options for CloudProviderOperationError.
Hierarchy
Extends
ErrorOptions
Properties
code?
readonlyoptionalcode:string
Defined in: electron/services/cloud/providers/cloudProviderErrors.ts:28
Optional Node-style error code to preserve errno semantics.
Example
(ENOENT, "EEXIST");
operation
readonlyoperation:CloudProviderOperation
Defined in: electron/services/cloud/providers/cloudProviderErrors.ts:31
Logical operation that failed.
providerKind
readonlyproviderKind:CloudProviderKind
Defined in: electron/services/cloud/providers/cloudProviderErrors.ts:34
Provider implementation that produced this failure.
target?
readonlyoptionaltarget:string
Defined in: electron/services/cloud/providers/cloudProviderErrors.ts:42
Optional identifier involved in the operation.
Remarks
Typically an object key, backup fileName, or a prefix.