Show / Hide Table of Contents

Class UploadError

The upload error object

Inheritance
System.Object
UploadError
UploadError.ContentHashMismatch
UploadError.Other
UploadError.Path
UploadError.PayloadTooLarge
UploadError.PropertiesError
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.Files
Assembly: Dropbox.Api.dll
Syntax
public class UploadError

Constructors

| Improve this Doc View Source

UploadError()

Initializes a new instance of the UploadError class.

Declaration
public UploadError()

Properties

| Improve this Doc View Source

AsContentHashMismatch

Gets this instance as a ContentHashMismatch, or null.

Declaration
public UploadError.ContentHashMismatch AsContentHashMismatch { get; }
Property Value
Type Description
UploadError.ContentHashMismatch
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsPath

Gets this instance as a Path, or null.

Declaration
public UploadError.Path AsPath { get; }
Property Value
Type Description
UploadError.Path
| Improve this Doc View Source

AsPayloadTooLarge

Gets this instance as a PayloadTooLarge, or null.

Declaration
public UploadError.PayloadTooLarge AsPayloadTooLarge { get; }
Property Value
Type Description
UploadError.PayloadTooLarge
| Improve this Doc View Source

AsPropertiesError

Gets this instance as a PropertiesError, or null.

Declaration
public UploadError.PropertiesError AsPropertiesError { get; }
Property Value
Type Description
UploadError.PropertiesError
| Improve this Doc View Source

IsContentHashMismatch

Gets a value indicating whether this instance is ContentHashMismatch

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

IsPath

Gets a value indicating whether this instance is Path

Declaration
public bool IsPath { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPayloadTooLarge

Gets a value indicating whether this instance is PayloadTooLarge

Declaration
public bool IsPayloadTooLarge { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPropertiesError

Gets a value indicating whether this instance is PropertiesError

Declaration
public bool IsPropertiesError { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UploadError()
  • Properties
    • AsContentHashMismatch
    • AsOther
    • AsPath
    • AsPayloadTooLarge
    • AsPropertiesError
    • IsContentHashMismatch
    • IsOther
    • IsPath
    • IsPayloadTooLarge
    • IsPropertiesError
Back to top Generated by DocFX