Dropbox .NET SDK
Show / Hide Table of Contents

Class ContentApiV2Error

The content api v2 error object

Inheritance
object
ContentApiV2Error
ContentApiV2Error.IsAFolderError
ContentApiV2Error.LimitExceededError
ContentApiV2Error.LinkDownloadDisabledError
ContentApiV2Error.MediaDurationError
ContentApiV2Error.NoAudioError
ContentApiV2Error.NotFoundError
ContentApiV2Error.Other
ContentApiV2Error.ServerError
ContentApiV2Error.SharedLinkPasswordProtected
ContentApiV2Error.UserError
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public class ContentApiV2Error

Constructors

View Source

ContentApiV2Error()

Initializes a new instance of the ContentApiV2Error class.

Declaration
public ContentApiV2Error()

Properties

View Source

AsIsAFolderError

Gets this instance as a IsAFolderError, or null.

Declaration
public ContentApiV2Error.IsAFolderError AsIsAFolderError { get; }
Property Value
Type Description
ContentApiV2Error.IsAFolderError
View Source

AsLimitExceededError

Gets this instance as a LimitExceededError, or null.

Declaration
public ContentApiV2Error.LimitExceededError AsLimitExceededError { get; }
Property Value
Type Description
ContentApiV2Error.LimitExceededError
View Source

AsLinkDownloadDisabledError

Gets this instance as a LinkDownloadDisabledError, or null.

Declaration
public ContentApiV2Error.LinkDownloadDisabledError AsLinkDownloadDisabledError { get; }
Property Value
Type Description
ContentApiV2Error.LinkDownloadDisabledError
View Source

AsMediaDurationError

Gets this instance as a MediaDurationError, or null.

Declaration
public ContentApiV2Error.MediaDurationError AsMediaDurationError { get; }
Property Value
Type Description
ContentApiV2Error.MediaDurationError
View Source

AsNoAudioError

Gets this instance as a NoAudioError, or null.

Declaration
public ContentApiV2Error.NoAudioError AsNoAudioError { get; }
Property Value
Type Description
ContentApiV2Error.NoAudioError
View Source

AsNotFoundError

Gets this instance as a NotFoundError, or null.

Declaration
public ContentApiV2Error.NotFoundError AsNotFoundError { get; }
Property Value
Type Description
ContentApiV2Error.NotFoundError
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public ContentApiV2Error.Other AsOther { get; }
Property Value
Type Description
ContentApiV2Error.Other
View Source

AsServerError

Gets this instance as a ServerError, or null.

Declaration
public ContentApiV2Error.ServerError AsServerError { get; }
Property Value
Type Description
ContentApiV2Error.ServerError
View Source

AsSharedLinkPasswordProtected

Gets this instance as a SharedLinkPasswordProtected, or null.

Declaration
public ContentApiV2Error.SharedLinkPasswordProtected AsSharedLinkPasswordProtected { get; }
Property Value
Type Description
ContentApiV2Error.SharedLinkPasswordProtected
View Source

AsUserError

Gets this instance as a UserError, or null.

Declaration
public ContentApiV2Error.UserError AsUserError { get; }
Property Value
Type Description
ContentApiV2Error.UserError
View Source

IsIsAFolderError

Gets a value indicating whether this instance is IsAFolderError

Declaration
public bool IsIsAFolderError { get; }
Property Value
Type Description
bool
View Source

IsLimitExceededError

Gets a value indicating whether this instance is LimitExceededError

Declaration
public bool IsLimitExceededError { get; }
Property Value
Type Description
bool
View Source

IsLinkDownloadDisabledError

Gets a value indicating whether this instance is LinkDownloadDisabledError

Declaration
public bool IsLinkDownloadDisabledError { get; }
Property Value
Type Description
bool
View Source

IsMediaDurationError

Gets a value indicating whether this instance is MediaDurationError

Declaration
public bool IsMediaDurationError { get; }
Property Value
Type Description
bool
View Source

IsNoAudioError

Gets a value indicating whether this instance is NoAudioError

Declaration
public bool IsNoAudioError { get; }
Property Value
Type Description
bool
View Source

IsNotFoundError

Gets a value indicating whether this instance is NotFoundError

Declaration
public bool IsNotFoundError { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsServerError

Gets a value indicating whether this instance is ServerError

Declaration
public bool IsServerError { get; }
Property Value
Type Description
bool
View Source

IsSharedLinkPasswordProtected

Gets a value indicating whether this instance is SharedLinkPasswordProtected

Declaration
public bool IsSharedLinkPasswordProtected { get; }
Property Value
Type Description
bool
View Source

IsUserError

Gets a value indicating whether this instance is UserError

Declaration
public bool IsUserError { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK