Class ErrorMessageResult
Represents a base class for operation results that may contain an error message.
Inheritance
object
Namespace: Umbraco.Cms.Core.Models.Membership
Assembly: Umbraco.Core.dll
Syntax
public abstract class ErrorMessageResult
Constructors
View SourceErrorMessageResult()
Declaration
protected ErrorMessageResult()
Properties
View SourceError
Gets or sets the validation error result, if any.
Declaration
public ValidationResult? Error { get; set; }
Property Value
| Type | Description |
|---|---|
| ValidationResult |