Class UploadError
The upload error object
Inheritance
UploadError
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class UploadError
Constructors
View SourceUploadError()
Initializes a new instance of the UploadError class.
Declaration
public UploadError()
Properties
View SourceAsContentHashMismatch
Gets this instance as a ContentHashMismatch, or null.
Declaration
public UploadError.ContentHashMismatch AsContentHashMismatch { get; }
Property Value
| Type | Description |
|---|---|
| UploadError.ContentHashMismatch |
AsEncryptionNotSupported
Gets this instance as a EncryptionNotSupported, or null.
Declaration
public UploadError.EncryptionNotSupported AsEncryptionNotSupported { get; }
Property Value
| Type | Description |
|---|---|
| UploadError.EncryptionNotSupported |
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 |
|---|---|
| bool |
IsEncryptionNotSupported
Gets a value indicating whether this instance is EncryptionNotSupported
Declaration
public bool IsEncryptionNotSupported { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsPath
Gets a value indicating whether this instance is Path
Declaration
public bool IsPath { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsPayloadTooLarge
Gets a value indicating whether this instance is PayloadTooLarge
Declaration
public bool IsPayloadTooLarge { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsPropertiesError
Gets a value indicating whether this instance is PropertiesError
Declaration
public bool IsPropertiesError { get; }
Property Value
| Type | Description |
|---|---|
| bool |