Class SearchError
The search error object
Inheritance
System.Object
SearchError
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.Files
Assembly: Dropbox.Api.dll
Syntax
public class SearchError
Constructors
| Improve this Doc View SourceSearchError()
Initializes a new instance of the SearchError class.
Declaration
public SearchError()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsInvalidArgument
Gets a value indicating whether this instance is InvalidArgument
Declaration
public bool IsInvalidArgument { 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 |
IsPath
Gets a value indicating whether this instance is Path
Declaration
public bool IsPath { get; }
Property Value
Type | Description |
---|---|
System.Boolean |