Class UploadError
The upload error object
Inheritance
System.Object
UploadError
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 SourceUploadError()
Initializes a new instance of the UploadError class.
Declaration
public UploadError()
Properties
| Improve this Doc View SourceAsContentHashMismatch
Gets this instance as a ContentHashMismatch, or null
.
Declaration
public UploadError.ContentHashMismatch AsContentHashMismatch { get; }
Property Value
Type | Description |
---|---|
UploadError.ContentHashMismatch |
AsOther
Gets this instance as a Other, or null
.
Declaration
public UploadError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
UploadError.Other |
AsPath
Gets this instance as a Path, or null
.
Declaration
public UploadError.Path AsPath { get; }
Property Value
Type | Description |
---|---|
UploadError.Path |
AsPayloadTooLarge
Gets this instance as a PayloadTooLarge, or null
.
Declaration
public UploadError.PayloadTooLarge AsPayloadTooLarge { get; }
Property Value
Type | Description |
---|---|
UploadError.PayloadTooLarge |
AsPropertiesError
Gets this instance as a PropertiesError, or null
.
Declaration
public UploadError.PropertiesError AsPropertiesError { get; }
Property Value
Type | Description |
---|---|
UploadError.PropertiesError |
IsContentHashMismatch
Gets a value indicating whether this instance is ContentHashMismatch
Declaration
public bool IsContentHashMismatch { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPath
Gets a value indicating whether this instance is Path
Declaration
public bool IsPath { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPayloadTooLarge
Gets a value indicating whether this instance is PayloadTooLarge
Declaration
public bool IsPayloadTooLarge { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPropertiesError
Gets a value indicating whether this instance is PropertiesError
Declaration
public bool IsPropertiesError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |