Show / Hide Table of Contents

Class SaveUrlError.DownloadFailed

Failed downloading the given URL. The URL may be password-protected and the password provided was incorrect, or the link may be disabled.

Inheritance
System.Object
SaveUrlError
SaveUrlError.DownloadFailed
Inherited Members
SaveUrlError.IsPath
SaveUrlError.AsPath
SaveUrlError.IsDownloadFailed
SaveUrlError.AsDownloadFailed
SaveUrlError.IsInvalidUrl
SaveUrlError.AsInvalidUrl
SaveUrlError.IsNotFound
SaveUrlError.AsNotFound
SaveUrlError.IsOther
SaveUrlError.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.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class DownloadFailed : SaveUrlError

Fields

| Improve this Doc View Source

Instance

A singleton instance of DownloadFailed

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