tridion-sites-extensions-api-docs

Home > @tridion-sites/models > ValidationResult

ValidationResult class

Represents the data of a validation result which is returned when validating an item.

Signature:

export declare abstract class ValidationResult

Constructors

Constructor Modifiers Description
(constructor)(backendModel)   Constructs a new instance of the ValidationResult class

Properties

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.