Show / Hide Table of Contents

Class JobStatus.Failed

The asynchronous job returned an error.

Inheritance
System.Object
JobStatus
JobStatus.Failed
Inherited Members
JobStatus.IsComplete
JobStatus.AsComplete
JobStatus.IsFailed
JobStatus.AsFailed
JobStatus.IsInProgress
JobStatus.AsInProgress
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public sealed class Failed : JobStatus

Constructors

| Improve this Doc View Source

Failed(JobError)

Initializes a new instance of the JobStatus.Failed class.

Declaration
public Failed(JobError value)
Parameters
Type Name Description
JobError value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public JobError Value { get; }
Property Value
Type Description
JobError
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • Failed(JobError)
  • Properties
    • Value
Back to top Generated by DocFX