Show / Hide Table of Contents

Class JobError

Error occurred while performing an asynchronous job from UnshareFolderAsync(UnshareFolderArg) or RemoveFolderMemberAsync(RemoveFolderMemberArg).

Inheritance
System.Object
JobError
JobError.Other
JobError.RelinquishFolderMembershipError
JobError.RemoveFolderMemberError
JobError.UnshareFolderError
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class JobError

Constructors

| Improve this Doc View Source

JobError()

Initializes a new instance of the JobError class.

Declaration
public JobError()

Properties

| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public JobError.Other AsOther { get; }
Property Value
Type Description
JobError.Other
| Improve this Doc View Source

AsRelinquishFolderMembershipError

Gets this instance as a RelinquishFolderMembershipError, or null.

Declaration
public JobError.RelinquishFolderMembershipError AsRelinquishFolderMembershipError { get; }
Property Value
Type Description
JobError.RelinquishFolderMembershipError
| Improve this Doc View Source

AsRemoveFolderMemberError

Gets this instance as a RemoveFolderMemberError, or null.

Declaration
public JobError.RemoveFolderMemberError AsRemoveFolderMemberError { get; }
Property Value
Type Description
JobError.RemoveFolderMemberError
| Improve this Doc View Source

AsUnshareFolderError

Gets this instance as a UnshareFolderError, or null.

Declaration
public JobError.UnshareFolderError AsUnshareFolderError { get; }
Property Value
Type Description
JobError.UnshareFolderError
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsRelinquishFolderMembershipError

Gets a value indicating whether this instance is RelinquishFolderMembershipError

Declaration
public bool IsRelinquishFolderMembershipError { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsRemoveFolderMemberError

Gets a value indicating whether this instance is RemoveFolderMemberError

Declaration
public bool IsRemoveFolderMemberError { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUnshareFolderError

Gets a value indicating whether this instance is UnshareFolderError

Declaration
public bool IsUnshareFolderError { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • JobError()
  • Properties
    • AsOther
    • AsRelinquishFolderMembershipError
    • AsRemoveFolderMemberError
    • AsUnshareFolderError
    • IsOther
    • IsRelinquishFolderMembershipError
    • IsRemoveFolderMemberError
    • IsUnshareFolderError
Back to top Generated by DocFX