Class RelocationBatchJobStatus.Failed
The copy or move batch job has failed with exception.
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class RelocationBatchJobStatus.Failed : RelocationBatchJobStatus
Constructors
View SourceFailed(RelocationBatchError)
Initializes a new instance of the RelocationBatchJobStatus.Failed class.
Declaration
public Failed(RelocationBatchError value)
Parameters
| Type | Name | Description |
|---|---|---|
| RelocationBatchError | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public RelocationBatchError Value { get; }
Property Value
| Type | Description |
|---|---|
| RelocationBatchError |