Class EchoError
EchoError contains the error returned from the Dropbox servers.
Inherited Members
Namespace: Dropbox.Api.Check
Assembly: Dropbox.Api.dll
Syntax
public class EchoError
Constructors
View SourceEchoError()
Initializes a new instance of the EchoError class.
Declaration
public EchoError()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public EchoError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| EchoError.Other |
AsUserRequested
Gets this instance as a UserRequested, or null.
Declaration
public EchoError.UserRequested AsUserRequested { get; }
Property Value
| Type | Description |
|---|---|
| EchoError.UserRequested |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUserRequested
Gets a value indicating whether this instance is UserRequested
Declaration
public bool IsUserRequested { get; }
Property Value
| Type | Description |
|---|---|
| bool |