Class GetTranscriptAsyncError
The get transcript async error object
Inherited Members
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public class GetTranscriptAsyncError
Constructors
View SourceGetTranscriptAsyncError(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 SourceErrorCode
Gets the error code of the get transcript async error
Declaration
public ErrorCode ErrorCode { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ErrorCode |
ErrorDetails
Gets the error details of the get transcript async error
Declaration
public ContentApiV2Error ErrorDetails { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ContentApiV2Error |