Enum OEmbedOperationStatus
Represents the status of an oEmbed operation for retrieving embedded content.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum OEmbedOperationStatus
Fields
| Name | Description |
|---|---|
| NoSupportedProvider | No oEmbed provider was found that supports the requested URL. |
| ProviderReturnedInvalidResult | The oEmbed provider returned an invalid or unparseable result. |
| Success | The oEmbed operation completed successfully and embedded content was retrieved. |
| UnexpectedException | An unexpected exception occurred during the oEmbed operation. |