Dropbox .NET SDK
Show / Hide Table of Contents

Class GetMetadataAsyncError

The get metadata async error object

Inheritance
object
GetMetadataAsyncError
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 GetMetadataAsyncError

Constructors

View Source

GetMetadataAsyncError(ErrorCode, MetadataExtractionApiV2Error)

Initializes a new instance of the GetMetadataAsyncError class.

Declaration
public GetMetadataAsyncError(ErrorCode errorCode = null, MetadataExtractionApiV2Error errorDetails = null)
Parameters
Type Name Description
ErrorCode errorCode

The error code

MetadataExtractionApiV2Error errorDetails

The error details

Properties

View Source

ErrorCode

Gets the error code of the get metadata async error

Declaration
public ErrorCode ErrorCode { get; protected set; }
Property Value
Type Description
ErrorCode
View Source

ErrorDetails

Gets the error details of the get metadata async error

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