Class ThumbnailError
The thumbnail error object
Inheritance
ThumbnailError
Inherited Members
Namespace: Dropbox.Api.Account
Assembly: Dropbox.Api.dll
Syntax
public class ThumbnailError
Constructors
View SourceThumbnailError()
Initializes a new instance of the ThumbnailError class.
Declaration
public ThumbnailError()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public ThumbnailError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ThumbnailError.Other |
AsPermanentFailure
Gets this instance as a PermanentFailure, or null.
Declaration
public ThumbnailError.PermanentFailure AsPermanentFailure { get; }
Property Value
| Type | Description |
|---|---|
| ThumbnailError.PermanentFailure |
AsTemporaryFailure
Gets this instance as a TemporaryFailure, or null.
Declaration
public ThumbnailError.TemporaryFailure AsTemporaryFailure { get; }
Property Value
| Type | Description |
|---|---|
| ThumbnailError.TemporaryFailure |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsPermanentFailure
Gets a value indicating whether this instance is PermanentFailure
Declaration
public bool IsPermanentFailure { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTemporaryFailure
Gets a value indicating whether this instance is TemporaryFailure
Declaration
public bool IsTemporaryFailure { get; }
Property Value
| Type | Description |
|---|---|
| bool |