Dropbox .NET SDK
Show / Hide Table of Contents

Class GetTranscriptAsyncError

The get transcript async error object

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

Constructors

View Source

GetTranscriptAsyncError(ErrorCode, ContentApiV2Error)

Initializes a new instance of the GetTranscriptAsyncError class.

Declaration
public GetTranscriptAsyncError(ErrorCode errorCode = null, ContentApiV2Error errorDetails = null)
Parameters
Type Name Description
ErrorCode errorCode

The error code

ContentApiV2Error errorDetails

The error details

Properties

View Source

ErrorCode

Gets the error code of the get transcript async error

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

ErrorDetails

Gets the error details of the get transcript async error

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