Class SearchError
The search error object
Inheritance
SearchError
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class SearchError
Constructors
View SourceSearchError()
Initializes a new instance of the SearchError class.
Declaration
public SearchError()
Properties
View SourceAsInternalError
Gets this instance as a InternalError, or null.
Declaration
public SearchError.InternalError AsInternalError { get; }
Property Value
| Type | Description |
|---|---|
| SearchError.InternalError |
AsInvalidArgument
Gets this instance as a InvalidArgument, or null.
Declaration
public SearchError.InvalidArgument AsInvalidArgument { get; }
Property Value
| Type | Description |
|---|---|
| SearchError.InvalidArgument |
AsOther
Gets this instance as a Other, or null.
Declaration
public SearchError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| SearchError.Other |
AsPath
Gets this instance as a Path, or null.
Declaration
public SearchError.Path AsPath { get; }
Property Value
| Type | Description |
|---|---|
| SearchError.Path |
IsInternalError
Gets a value indicating whether this instance is InternalError
Declaration
public bool IsInternalError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsInvalidArgument
Gets a value indicating whether this instance is InvalidArgument
Declaration
public bool IsInvalidArgument { 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 |
IsPath
Gets a value indicating whether this instance is Path
Declaration
public bool IsPath { get; }
Property Value
| Type | Description |
|---|---|
| bool |