Show / Hide Table of Contents

Class SearchError

The search error object

Inheritance
System.Object
SearchError
SearchError.InternalError
SearchError.InvalidArgument
SearchError.Other
SearchError.Path
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 Source

SearchError()

Initializes a new instance of the SearchError class.

Declaration
public SearchError()

Properties

| Improve this Doc View Source

AsInternalError

Gets this instance as a InternalError, or null.

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

AsInvalidArgument

Gets this instance as a InvalidArgument, or null.

Declaration
public SearchError.InvalidArgument AsInvalidArgument { get; }
Property Value
Type Description
SearchError.InvalidArgument
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsPath

Gets this instance as a Path, or null.

Declaration
public SearchError.Path AsPath { get; }
Property Value
Type Description
SearchError.Path
| 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

IsInvalidArgument

Gets a value indicating whether this instance is InvalidArgument

Declaration
public bool IsInvalidArgument { 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

IsPath

Gets a value indicating whether this instance is Path

Declaration
public bool IsPath { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SearchError()
  • Properties
    • AsInternalError
    • AsInvalidArgument
    • AsOther
    • AsPath
    • IsInternalError
    • IsInvalidArgument
    • IsOther
    • IsPath
Back to top Generated by DocFX