Show / Hide Table of Contents

Class UpdateFileRequestError.ValidationError

There was an error validating the request. For example, the title was invalid, or there were disallowed characters in the destination path.

Inheritance
System.Object
UpdateFileRequestError
UpdateFileRequestError.ValidationError
Inherited Members
UpdateFileRequestError.IsNotFound
UpdateFileRequestError.AsNotFound
UpdateFileRequestError.IsNotAFolder
UpdateFileRequestError.AsNotAFolder
UpdateFileRequestError.IsAppLacksAccess
UpdateFileRequestError.AsAppLacksAccess
UpdateFileRequestError.IsNoPermission
UpdateFileRequestError.AsNoPermission
UpdateFileRequestError.IsEmailUnverified
UpdateFileRequestError.AsEmailUnverified
UpdateFileRequestError.IsValidationError
UpdateFileRequestError.AsValidationError
UpdateFileRequestError.IsDisabledForTeam
UpdateFileRequestError.AsDisabledForTeam
UpdateFileRequestError.IsOther
UpdateFileRequestError.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.FileRequests
Assembly: Dropbox.Api.dll
Syntax
public sealed class ValidationError : UpdateFileRequestError

Fields

| Improve this Doc View Source

Instance

A singleton instance of ValidationError

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