Class PollError
Error returned by methods for polling the status of asynchronous job.
Inheritance
System.Object
PollError
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.Async
Assembly: Dropbox.Api.dll
Syntax
public class PollError
Constructors
| Improve this Doc View SourcePollError()
Initializes a new instance of the PollError class.
Declaration
public PollError()
Properties
| Improve this Doc View SourceAsInternalError
Gets this instance as a InternalError, or null
.
Declaration
public PollError.InternalError AsInternalError { get; }
Property Value
Type | Description |
---|---|
PollError.InternalError |
AsInvalidAsyncJobId
Gets this instance as a InvalidAsyncJobId, or null
.
Declaration
public PollError.InvalidAsyncJobId AsInvalidAsyncJobId { get; }
Property Value
Type | Description |
---|---|
PollError.InvalidAsyncJobId |
AsOther
Gets this instance as a Other, or null
.
Declaration
public PollError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
PollError.Other |
IsInternalError
Gets a value indicating whether this instance is InternalError
Declaration
public bool IsInternalError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInvalidAsyncJobId
Gets a value indicating whether this instance is InvalidAsyncJobId
Declaration
public bool IsInvalidAsyncJobId { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |