Dropbox .NET SDK
Show / Hide Table of Contents

Class TextExtractionApiV2Error.ServerError

An unexpected, typically transient, server-side failure. The string is a human-readable message; retrying with backoff may succeed.

Inheritance
object
TextExtractionApiV2Error
TextExtractionApiV2Error.ServerError
Inherited Members
TextExtractionApiV2Error.IsServerError
TextExtractionApiV2Error.AsServerError
TextExtractionApiV2Error.IsUserError
TextExtractionApiV2Error.AsUserError
TextExtractionApiV2Error.IsUnsupportedFormatError
TextExtractionApiV2Error.AsUnsupportedFormatError
TextExtractionApiV2Error.IsLinkDownloadDisabledError
TextExtractionApiV2Error.AsLinkDownloadDisabledError
TextExtractionApiV2Error.IsSharedLinkPasswordProtected
TextExtractionApiV2Error.AsSharedLinkPasswordProtected
TextExtractionApiV2Error.IsLimitExceededError
TextExtractionApiV2Error.AsLimitExceededError
TextExtractionApiV2Error.IsConversionFailureError
TextExtractionApiV2Error.AsConversionFailureError
TextExtractionApiV2Error.IsNotFoundError
TextExtractionApiV2Error.AsNotFoundError
TextExtractionApiV2Error.IsIsAFolderError
TextExtractionApiV2Error.AsIsAFolderError
TextExtractionApiV2Error.IsOther
TextExtractionApiV2Error.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 TextExtractionApiV2Error.ServerError : TextExtractionApiV2Error

Constructors

View Source

ServerError(string)

Initializes a new instance of the TextExtractionApiV2Error.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