Dropbox .NET SDK
Show / Hide Table of Contents

Class TextExtractionApiV2Error.ConversionFailureError

The source file was readable but could not be processed, for example because it is corrupt.

Inheritance
object
TextExtractionApiV2Error
TextExtractionApiV2Error.ConversionFailureError
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.ConversionFailureError : TextExtractionApiV2Error

Fields

View Source

Instance

A singleton instance of ConversionFailureError

Declaration
public static readonly TextExtractionApiV2Error.ConversionFailureError Instance
Field Value
Type Description
TextExtractionApiV2Error.ConversionFailureError
  • View Source
In this article
Back to top Dropbox .NET SDK