Dropbox .NET SDK
Show / Hide Table of Contents

Class GetMarkdownAsyncError

The get markdown async error object

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

Constructors

View Source

GetMarkdownAsyncError(ErrorCode, MarkdownConversionApiV2Error)

Initializes a new instance of the GetMarkdownAsyncError class.

Declaration
public GetMarkdownAsyncError(ErrorCode errorCode = null, MarkdownConversionApiV2Error errorDetails = null)
Parameters
Type Name Description
ErrorCode errorCode

The error code

MarkdownConversionApiV2Error errorDetails

The error details

Properties

View Source

ErrorCode

Gets the error code of the get markdown async error

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

ErrorDetails

Gets the error details of the get markdown async error

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