Home > @tridion-sites/models > ValidationResult
Represents the data of a validation result which is returned when validating an item.
Signature:
export declare abstract class ValidationResult
Constructor | Modifiers | Description |
---|---|---|
(constructor)(backendModel) | Constructs a new instance of the ValidationResult class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendValidationResult | ||
getInternalModel | () => BackendValidationResult | ||
location | string | undefined | Location where the validation error occurred. | |
message | string | undefined | Detailed message about the validation result. | |
source | string | undefined | Name of the component/subsystem that generated the message. This property is set to “Content Manager” for all errors and warnings generated by Content Manager kernel. |