Dropbox .NET SDK
Show / Hide Table of Contents

Class ContentApiV2Error.ServerError

The server error object

Inheritance
object
ContentApiV2Error
ContentApiV2Error.ServerError
Inherited Members
ContentApiV2Error.IsServerError
ContentApiV2Error.AsServerError
ContentApiV2Error.IsUserError
ContentApiV2Error.AsUserError
ContentApiV2Error.IsMediaDurationError
ContentApiV2Error.AsMediaDurationError
ContentApiV2Error.IsNoAudioError
ContentApiV2Error.AsNoAudioError
ContentApiV2Error.IsLinkDownloadDisabledError
ContentApiV2Error.AsLinkDownloadDisabledError
ContentApiV2Error.IsSharedLinkPasswordProtected
ContentApiV2Error.AsSharedLinkPasswordProtected
ContentApiV2Error.IsLimitExceededError
ContentApiV2Error.AsLimitExceededError
ContentApiV2Error.IsNotFoundError
ContentApiV2Error.AsNotFoundError
ContentApiV2Error.IsIsAFolderError
ContentApiV2Error.AsIsAFolderError
ContentApiV2Error.IsOther
ContentApiV2Error.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public sealed class ContentApiV2Error.ServerError : ContentApiV2Error

Constructors

View Source

ServerError(string)

Initializes a new instance of the ContentApiV2Error.ServerError class.

Declaration
public ServerError(string value)
Parameters
Type Name Description
string value

The value

Properties

View Source

Value

Gets the value of this instance.

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