Enum LogViewerOperationStatus
Represents the status of a log viewer operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum LogViewerOperationStatus
Fields
| Name | Description |
|---|---|
| CancelledByLogsSizeValidation | The operation was cancelled because the log file size exceeds the allowed limit. |
| DuplicateLogSearch | A saved log search with the same name already exists. |
| NotFoundLogSearch | The specified saved log search was not found. |
| Success | The operation completed successfully. |