Show / Hide Table of Contents

Class TokenGetAuthenticatedAdminError.MappingNotFound

The current token is not associated with a team admin, because mappings were not recorded when the token was created. Consider re-authorizing a new access token to record its authenticating admin.

Inheritance
System.Object
TokenGetAuthenticatedAdminError
TokenGetAuthenticatedAdminError.MappingNotFound
Inherited Members
TokenGetAuthenticatedAdminError.IsMappingNotFound
TokenGetAuthenticatedAdminError.AsMappingNotFound
TokenGetAuthenticatedAdminError.IsAdminNotActive
TokenGetAuthenticatedAdminError.AsAdminNotActive
TokenGetAuthenticatedAdminError.IsOther
TokenGetAuthenticatedAdminError.AsOther
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.Team
Assembly: Dropbox.Api.dll
Syntax
public sealed class MappingNotFound : TokenGetAuthenticatedAdminError

Fields

| Improve this Doc View Source

Instance

A singleton instance of MappingNotFound

Declaration
public static readonly TokenGetAuthenticatedAdminError.MappingNotFound Instance
Field Value
Type Description
TokenGetAuthenticatedAdminError.MappingNotFound
  • Improve this Doc
  • View Source
In This Article
  • Fields
    • Instance
Back to top Generated by DocFX