Dropbox .NET SDK
Show / Hide Table of Contents

Class AuthError.InvalidSelectUser

The user specified in 'Dropbox-API-Select-User' is no longer on the team.

Inheritance
object
AuthError
AuthError.InvalidSelectUser
Inherited Members
AuthError.IsInvalidAccessToken
AuthError.AsInvalidAccessToken
AuthError.IsInvalidSelectUser
AuthError.AsInvalidSelectUser
AuthError.IsInvalidSelectAdmin
AuthError.AsInvalidSelectAdmin
AuthError.IsUserSuspended
AuthError.AsUserSuspended
AuthError.IsExpiredAccessToken
AuthError.AsExpiredAccessToken
AuthError.IsMissingScope
AuthError.AsMissingScope
AuthError.IsRouteAccessDenied
AuthError.AsRouteAccessDenied
AuthError.IsOther
AuthError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Auth
Assembly: Dropbox.Api.dll
Syntax
public sealed class AuthError.InvalidSelectUser : AuthError

Fields

View Source

Instance

A singleton instance of InvalidSelectUser

Declaration
public static readonly AuthError.InvalidSelectUser Instance
Field Value
Type Description
AuthError.InvalidSelectUser
  • View Source
In this article
Back to top Dropbox .NET SDK