ComponentValidationMessage

constructor(path: String, severity: Severity, message: String, details: String? = null)

Parameters

path

location of the validated field in model

severity

used for rendering the ValidationMessage

message

contains the message

details

optional details for extending the message