Enum MemberEditingOperationStatus
Represents the status of a member editing operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum MemberEditingOperationStatus
Fields
| Name | Description |
|---|---|
| CancelledByNotificationHandler | The operation was cancelled by a notification handler. |
| DisableTwoFactorFailed | Failed to disable two-factor authentication for the member. |
| DuplicateEmail | A member with the same email address already exists. |
| DuplicateUsername | A member with the same username already exists. |
| InvalidEmail | The provided email address is invalid or empty. |
| InvalidName | The provided member name is invalid or empty. |
| InvalidPassword | The provided password does not meet the password requirements. |
| InvalidUsername | The provided username is invalid or empty. |
| MemberNotFound | The specified member was not found. |
| MemberTypeNotFound | The specified member type was not found. |
| PasswordChangeFailed | Failed to change the member's password. |
| RoleAssignmentFailed | Failed to assign or remove roles for the member. |
| Success | The member editing operation completed successfully. |
| Unknown | An unknown error occurred during the operation. |
| UnlockFailed | Failed to unlock the member account. |