Class ExportError
The export error object
Inheritance
System.Object
ExportError
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 ExportError
Constructors
| Improve this Doc View SourceExportError()
Initializes a new instance of the ExportError class.
Declaration
public ExportError()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsNonExportable
Gets a value indicating whether this instance is NonExportable
Declaration
public bool IsNonExportable { 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 |
IsRetryError
Gets a value indicating whether this instance is RetryError
Declaration
public bool IsRetryError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |