Class ContentApiV2Error
The content api v2 error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public class ContentApiV2Error
Constructors
View SourceContentApiV2Error()
Initializes a new instance of the ContentApiV2Error class.
Declaration
public ContentApiV2Error()
Properties
View SourceAsIsAFolderError
Gets this instance as a IsAFolderError, or null.
Declaration
public ContentApiV2Error.IsAFolderError AsIsAFolderError { get; }
Property Value
| Type | Description |
|---|---|
| ContentApiV2Error.IsAFolderError |
AsLimitExceededError
Gets this instance as a LimitExceededError, or null.
Declaration
public ContentApiV2Error.LimitExceededError AsLimitExceededError { get; }
Property Value
| Type | Description |
|---|---|
| ContentApiV2Error.LimitExceededError |
AsLinkDownloadDisabledError
Gets this instance as a LinkDownloadDisabledError, or null.
Declaration
public ContentApiV2Error.LinkDownloadDisabledError AsLinkDownloadDisabledError { get; }
Property Value
| Type | Description |
|---|---|
| ContentApiV2Error.LinkDownloadDisabledError |
AsMediaDurationError
Gets this instance as a MediaDurationError, or null.
Declaration
public ContentApiV2Error.MediaDurationError AsMediaDurationError { get; }
Property Value
| Type | Description |
|---|---|
| ContentApiV2Error.MediaDurationError |
AsNoAudioError
Gets this instance as a NoAudioError, or null.
Declaration
public ContentApiV2Error.NoAudioError AsNoAudioError { get; }
Property Value
| Type | Description |
|---|---|
| ContentApiV2Error.NoAudioError |
AsNotFoundError
Gets this instance as a NotFoundError, or null.
Declaration
public ContentApiV2Error.NotFoundError AsNotFoundError { get; }
Property Value
| Type | Description |
|---|---|
| ContentApiV2Error.NotFoundError |
AsOther
Gets this instance as a Other, or null.
Declaration
public ContentApiV2Error.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ContentApiV2Error.Other |
AsServerError
Gets this instance as a ServerError, or null.
Declaration
public ContentApiV2Error.ServerError AsServerError { get; }
Property Value
| Type | Description |
|---|---|
| ContentApiV2Error.ServerError |
AsSharedLinkPasswordProtected
Gets this instance as a SharedLinkPasswordProtected, or null.
Declaration
public ContentApiV2Error.SharedLinkPasswordProtected AsSharedLinkPasswordProtected { get; }
Property Value
| Type | Description |
|---|---|
| ContentApiV2Error.SharedLinkPasswordProtected |
AsUserError
Gets this instance as a UserError, or null.
Declaration
public ContentApiV2Error.UserError AsUserError { get; }
Property Value
| Type | Description |
|---|---|
| ContentApiV2Error.UserError |
IsIsAFolderError
Gets a value indicating whether this instance is IsAFolderError
Declaration
public bool IsIsAFolderError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsLimitExceededError
Gets a value indicating whether this instance is LimitExceededError
Declaration
public bool IsLimitExceededError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsLinkDownloadDisabledError
Gets a value indicating whether this instance is LinkDownloadDisabledError
Declaration
public bool IsLinkDownloadDisabledError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsMediaDurationError
Gets a value indicating whether this instance is MediaDurationError
Declaration
public bool IsMediaDurationError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNoAudioError
Gets a value indicating whether this instance is NoAudioError
Declaration
public bool IsNoAudioError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNotFoundError
Gets a value indicating whether this instance is NotFoundError
Declaration
public bool IsNotFoundError { 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 |
IsServerError
Gets a value indicating whether this instance is ServerError
Declaration
public bool IsServerError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSharedLinkPasswordProtected
Gets a value indicating whether this instance is SharedLinkPasswordProtected
Declaration
public bool IsSharedLinkPasswordProtected { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUserError
Gets a value indicating whether this instance is UserError
Declaration
public bool IsUserError { get; }
Property Value
| Type | Description |
|---|---|
| bool |