Class PollError
Error returned by methods for polling the status of asynchronous job.
Inherited Members
Namespace: Dropbox.Api.Async
Assembly: Dropbox.Api.dll
Syntax
public class PollError
Constructors
View SourcePollError()
Initializes a new instance of the PollError class.
Declaration
public PollError()
Properties
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 |
|---|---|
| bool |
IsInvalidAsyncJobId
Gets a value indicating whether this instance is InvalidAsyncJobId
Declaration
public bool IsInvalidAsyncJobId { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |