Class JobStatus.Failed
The asynchronous job returned an error.
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public sealed class JobStatus.Failed : JobStatus
Constructors
View SourceFailed(JobError)
Initializes a new instance of the JobStatus.Failed class.
Declaration
public Failed(JobError value)
Parameters
| Type | Name | Description |
|---|---|---|
| JobError | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public JobError Value { get; }
Property Value
| Type | Description |
|---|---|
| JobError |