Class JobError
Error occurred while performing an asynchronous job from UnshareFolderAsync(UnshareFolderArg) or RemoveFolderMemberAsync(RemoveFolderMemberArg).
Inheritance
System.Object
JobError
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 SourceJobError()
Initializes a new instance of the JobError class.
Declaration
public JobError()
Properties
| Improve this Doc View SourceAsOther
Gets this instance as a Other, or null
.
Declaration
public JobError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
JobError.Other |
AsRelinquishFolderMembershipError
Gets this instance as a RelinquishFolderMembershipError, or
null
.
Declaration
public JobError.RelinquishFolderMembershipError AsRelinquishFolderMembershipError { get; }
Property Value
Type | Description |
---|---|
JobError.RelinquishFolderMembershipError |
AsRemoveFolderMemberError
Gets this instance as a RemoveFolderMemberError, or null
.
Declaration
public JobError.RemoveFolderMemberError AsRemoveFolderMemberError { get; }
Property Value
Type | Description |
---|---|
JobError.RemoveFolderMemberError |
AsUnshareFolderError
Gets this instance as a UnshareFolderError, or null
.
Declaration
public JobError.UnshareFolderError AsUnshareFolderError { get; }
Property Value
Type | Description |
---|---|
JobError.UnshareFolderError |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRelinquishFolderMembershipError
Gets a value indicating whether this instance is RelinquishFolderMembershipError
Declaration
public bool IsRelinquishFolderMembershipError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRemoveFolderMemberError
Gets a value indicating whether this instance is RemoveFolderMemberError
Declaration
public bool IsRemoveFolderMemberError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUnshareFolderError
Gets a value indicating whether this instance is UnshareFolderError
Declaration
public bool IsUnshareFolderError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |