Class MarkdownConversionApiV2Error
The markdown conversion api v2 error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public class MarkdownConversionApiV2Error
Constructors
View SourceMarkdownConversionApiV2Error()
Initializes a new instance of the MarkdownConversionApiV2Error class.
Declaration
public MarkdownConversionApiV2Error()
Properties
View SourceAsConversionFailureError
Gets this instance as a ConversionFailureError, or null.
Declaration
public MarkdownConversionApiV2Error.ConversionFailureError AsConversionFailureError { get; }
Property Value
| Type | Description |
|---|---|
| MarkdownConversionApiV2Error.ConversionFailureError |
AsIsAFolderError
Gets this instance as a IsAFolderError, or null.
Declaration
public MarkdownConversionApiV2Error.IsAFolderError AsIsAFolderError { get; }
Property Value
| Type | Description |
|---|---|
| MarkdownConversionApiV2Error.IsAFolderError |
AsLimitExceededError
Gets this instance as a LimitExceededError, or null.
Declaration
public MarkdownConversionApiV2Error.LimitExceededError AsLimitExceededError { get; }
Property Value
| Type | Description |
|---|---|
| MarkdownConversionApiV2Error.LimitExceededError |
AsLinkDownloadDisabledError
Gets this instance as a LinkDownloadDisabledError, or null.
Declaration
public MarkdownConversionApiV2Error.LinkDownloadDisabledError AsLinkDownloadDisabledError { get; }
Property Value
| Type | Description |
|---|---|
| MarkdownConversionApiV2Error.LinkDownloadDisabledError |
AsNotFoundError
Gets this instance as a NotFoundError, or null.
Declaration
public MarkdownConversionApiV2Error.NotFoundError AsNotFoundError { get; }
Property Value
| Type | Description |
|---|---|
| MarkdownConversionApiV2Error.NotFoundError |
AsOther
Gets this instance as a Other, or null.
Declaration
public MarkdownConversionApiV2Error.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| MarkdownConversionApiV2Error.Other |
AsServerError
Gets this instance as a ServerError, or null.
Declaration
public MarkdownConversionApiV2Error.ServerError AsServerError { get; }
Property Value
| Type | Description |
|---|---|
| MarkdownConversionApiV2Error.ServerError |
AsSharedLinkPasswordProtected
Gets this instance as a SharedLinkPasswordProtected, or null.
Declaration
public MarkdownConversionApiV2Error.SharedLinkPasswordProtected AsSharedLinkPasswordProtected { get; }
Property Value
| Type | Description |
|---|---|
| MarkdownConversionApiV2Error.SharedLinkPasswordProtected |
AsUnsupportedFormatError
Gets this instance as a UnsupportedFormatError, or null.
Declaration
public MarkdownConversionApiV2Error.UnsupportedFormatError AsUnsupportedFormatError { get; }
Property Value
| Type | Description |
|---|---|
| MarkdownConversionApiV2Error.UnsupportedFormatError |
AsUserError
Gets this instance as a UserError, or null.
Declaration
public MarkdownConversionApiV2Error.UserError AsUserError { get; }
Property Value
| Type | Description |
|---|---|
| MarkdownConversionApiV2Error.UserError |
IsConversionFailureError
Gets a value indicating whether this instance is ConversionFailureError
Declaration
public bool IsConversionFailureError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsIsAFolderError
Gets a value indicating whether this instance is IsAFolderError
Declaration
public bool IsIsAFolderError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsLimitExceededError
Gets a value indicating whether this instance is LimitExceededError
Declaration
public bool IsLimitExceededError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsLinkDownloadDisabledError
Gets a value indicating whether this instance is LinkDownloadDisabledError
Declaration
public bool IsLinkDownloadDisabledError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNotFoundError
Gets a value indicating whether this instance is NotFoundError
Declaration
public bool IsNotFoundError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsServerError
Gets a value indicating whether this instance is ServerError
Declaration
public bool IsServerError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSharedLinkPasswordProtected
Gets a value indicating whether this instance is SharedLinkPasswordProtected
Declaration
public bool IsSharedLinkPasswordProtected { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUnsupportedFormatError
Gets a value indicating whether this instance is UnsupportedFormatError
Declaration
public bool IsUnsupportedFormatError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUserError
Gets a value indicating whether this instance is UserError
Declaration
public bool IsUserError { get; }
Property Value
| Type | Description |
|---|---|
| bool |