Class RelocationBatchJobStatus.Failed
The copy or move batch job has failed with exception.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class Failed : RelocationBatchJobStatus
Constructors
| Improve this Doc 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
| Improve this Doc View SourceValue
Gets the value of this instance.
Declaration
public RelocationBatchError Value { get; }
Property Value
Type | Description |
---|---|
RelocationBatchError |