Enum LanguageOperationStatus
Represents the status of a language operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum LanguageOperationStatus
Fields
| Name | Description |
|---|---|
| CancelledByNotification | The operation was cancelled by a notification handler. |
| DuplicateIsoCode | A language with the same ISO code already exists. |
| InvalidFallback | The fallback language configuration is invalid. |
| InvalidFallbackIsoCode | The fallback language ISO code is invalid or not recognized. |
| InvalidId | The language ID is invalid. |
| InvalidIsoCode | The ISO code is invalid or not recognized. |
| MissingDefault | The default language is missing and cannot be removed. |
| NotFound | The specified language was not found. |
| Success | The operation completed successfully. |