Class ExportError
The export error object
Inheritance
ExportError
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class ExportError
Constructors
View SourceExportError()
Initializes a new instance of the ExportError class.
Declaration
public ExportError()
Properties
View SourceAsInvalidExportFormat
Gets this instance as a InvalidExportFormat, or null.
Declaration
public ExportError.InvalidExportFormat AsInvalidExportFormat { get; }
Property Value
| Type | Description |
|---|---|
| ExportError.InvalidExportFormat |
AsNonExportable
Gets this instance as a NonExportable, or null.
Declaration
public ExportError.NonExportable AsNonExportable { get; }
Property Value
| Type | Description |
|---|---|
| ExportError.NonExportable |
AsOther
Gets this instance as a Other, or null.
Declaration
public ExportError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ExportError.Other |
AsPath
Gets this instance as a Path, or null.
Declaration
public ExportError.Path AsPath { get; }
Property Value
| Type | Description |
|---|---|
| ExportError.Path |
AsRetryError
Gets this instance as a RetryError, or null.
Declaration
public ExportError.RetryError AsRetryError { get; }
Property Value
| Type | Description |
|---|---|
| ExportError.RetryError |
IsInvalidExportFormat
Gets a value indicating whether this instance is InvalidExportFormat
Declaration
public bool IsInvalidExportFormat { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNonExportable
Gets a value indicating whether this instance is NonExportable
Declaration
public bool IsNonExportable { 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 |
IsRetryError
Gets a value indicating whether this instance is RetryError
Declaration
public bool IsRetryError { get; }
Property Value
| Type | Description |
|---|---|
| bool |