Enum UserOperationStatus
Used to signal a user operation succeeded or an atomic failure reason
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum UserOperationStatus
Fields
Name | Description |
---|---|
AdminUserGroupMustNotBeEmpty | |
AvatarFileNotFound | |
CancelledByNotification | |
CannotDelete | |
CannotDeleteSelf | |
CannotDisableInvitedUser | |
CannotDisableSelf | |
CannotInvite | |
CannotPasswordReset | |
ContentNodeNotFound | |
ContentStartNodeNotFound | |
DuplicateEmail | |
DuplicateId | |
DuplicateUserName | |
EmailCannotBeChanged | |
Forbidden | |
InvalidAvatar | |
InvalidEmail | |
InvalidInviteToken | |
InvalidIsoCode | |
InvalidPasswordResetToken | |
InvalidUserType | |
MediaNodeNotFound | |
MediaStartNodeNotFound | |
MissingUser | |
MissingUserGroup | |
NodeNotFound | |
NotInInviteState | |
NoUserGroup | |
SelfOldPasswordRequired | |
SelfPasswordResetNotAllowed | |
Success | |
Unauthorized | |
UnknownFailure | |
UserNameIsNotEmail | |
UserNotFound |