Created by Docfx
  • Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class AccessError

Error occurred because the account doesn't have permission to access the resource.

Inheritance
System.Object
AccessError
AccessError.InvalidAccountType
AccessError.Other
AccessError.PaperAccessDenied
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.Auth
Assembly: Dropbox.Api.dll
Syntax
public class AccessError

Constructors

| Improve this Doc View Source

AccessError()

Initializes a new instance of the AccessError class.

Declaration
public AccessError()

Properties

| Improve this Doc View Source

AsInvalidAccountType

Gets this instance as a InvalidAccountType, or null.

Declaration
public AccessError.InvalidAccountType AsInvalidAccountType { get; }
Property Value
Type Description
AccessError.InvalidAccountType
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsPaperAccessDenied

Gets this instance as a PaperAccessDenied, or null.

Declaration
public AccessError.PaperAccessDenied AsPaperAccessDenied { get; }
Property Value
Type Description
AccessError.PaperAccessDenied
| Improve this Doc View Source

IsInvalidAccountType

Gets a value indicating whether this instance is InvalidAccountType

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

IsPaperAccessDenied

Gets a value indicating whether this instance is PaperAccessDenied

Declaration
public bool IsPaperAccessDenied { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AccessError()
  • Properties
    • AsInvalidAccountType
    • AsOther
    • AsPaperAccessDenied
    • IsInvalidAccountType
    • IsOther
    • IsPaperAccessDenied
Back to top Generated by DocFX