Show / Hide Table of Contents

Class PollError

Error returned by methods for polling the status of asynchronous job.

Inheritance
System.Object
PollError
PollError.InternalError
PollError.InvalidAsyncJobId
PollError.Other
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 Source

PollError()

Initializes a new instance of the PollError class.

Declaration
public PollError()

Properties

| Improve this Doc View Source

AsInternalError

Gets this instance as a InternalError, or null.

Declaration
public PollError.InternalError AsInternalError { get; }
Property Value
Type Description
PollError.InternalError
| Improve this Doc View Source

AsInvalidAsyncJobId

Gets this instance as a InvalidAsyncJobId, or null.

Declaration
public PollError.InvalidAsyncJobId AsInvalidAsyncJobId { get; }
Property Value
Type Description
PollError.InvalidAsyncJobId
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

IsInternalError

Gets a value indicating whether this instance is InternalError

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

IsInvalidAsyncJobId

Gets a value indicating whether this instance is InvalidAsyncJobId

Declaration
public bool IsInvalidAsyncJobId { get; }
Property Value
Type Description
System.Boolean
| 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
In This Article
  • Constructors
    • PollError()
  • Properties
    • AsInternalError
    • AsInvalidAsyncJobId
    • AsOther
    • IsInternalError
    • IsInvalidAsyncJobId
    • IsOther
Back to top Generated by DocFX