Show / Hide Table of Contents

Class PaperApiBaseError

The paper api base error object

Inheritance
System.Object
PaperApiBaseError
PaperApiBaseError.InsufficientPermissions
PaperApiBaseError.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.Paper
Assembly: Dropbox.Api.dll
Syntax
public class PaperApiBaseError

Constructors

| Improve this Doc View Source

PaperApiBaseError()

Initializes a new instance of the PaperApiBaseError class.

Declaration
public PaperApiBaseError()

Properties

| Improve this Doc View Source

AsInsufficientPermissions

Gets this instance as a InsufficientPermissions, or null.

Declaration
public PaperApiBaseError.InsufficientPermissions AsInsufficientPermissions { get; }
Property Value
Type Description
PaperApiBaseError.InsufficientPermissions
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

IsInsufficientPermissions

Gets a value indicating whether this instance is InsufficientPermissions

Declaration
public bool IsInsufficientPermissions { 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
    • PaperApiBaseError()
  • Properties
    • AsInsufficientPermissions
    • AsOther
    • IsInsufficientPermissions
    • IsOther
Back to top Generated by DocFX