Dropbox .NET SDK
Show / Hide Table of Contents

Class KeyframesExtractionApiV2Error.ServerError

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

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

Constructors

View Source

ServerError(string)

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