Class FileErrorResult
The file error result object
Inheritance
FileErrorResult
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class FileErrorResult
Constructors
View SourceFileErrorResult()
Initializes a new instance of the FileErrorResult class.
Declaration
public FileErrorResult()
Properties
View SourceAsFileNotFoundError
Gets this instance as a FileNotFoundError, or null.
Declaration
public FileErrorResult.FileNotFoundError AsFileNotFoundError { get; }
Property Value
| Type | Description |
|---|---|
| FileErrorResult.FileNotFoundError |
AsInvalidFileActionError
Gets this instance as a InvalidFileActionError, or null.
Declaration
public FileErrorResult.InvalidFileActionError AsInvalidFileActionError { get; }
Property Value
| Type | Description |
|---|---|
| FileErrorResult.InvalidFileActionError |
AsOther
Gets this instance as a Other, or null.
Declaration
public FileErrorResult.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| FileErrorResult.Other |
AsPermissionDeniedError
Gets this instance as a PermissionDeniedError, or null.
Declaration
public FileErrorResult.PermissionDeniedError AsPermissionDeniedError { get; }
Property Value
| Type | Description |
|---|---|
| FileErrorResult.PermissionDeniedError |
IsFileNotFoundError
Gets a value indicating whether this instance is FileNotFoundError
Declaration
public bool IsFileNotFoundError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsInvalidFileActionError
Gets a value indicating whether this instance is InvalidFileActionError
Declaration
public bool IsInvalidFileActionError { 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 |
IsPermissionDeniedError
Gets a value indicating whether this instance is PermissionDeniedError
Declaration
public bool IsPermissionDeniedError { get; }
Property Value
| Type | Description |
|---|---|
| bool |