Class PaperApiBaseError
The paper api base error object
Inheritance
PaperApiBaseError
Inherited Members
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class PaperApiBaseError
Constructors
View SourcePaperApiBaseError()
Initializes a new instance of the PaperApiBaseError class.
Declaration
public PaperApiBaseError()
Properties
View SourceAsInsufficientPermissions
Gets this instance as a InsufficientPermissions, or null.
Declaration
public PaperApiBaseError.InsufficientPermissions AsInsufficientPermissions { get; }
Property Value
| Type | Description |
|---|---|
| PaperApiBaseError.InsufficientPermissions |
AsOther
Gets this instance as a Other, or null.
Declaration
public PaperApiBaseError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| PaperApiBaseError.Other |
IsInsufficientPermissions
Gets a value indicating whether this instance is InsufficientPermissions
Declaration
public bool IsInsufficientPermissions { 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 |