Validation Result
Data class representing the result of a validation process.
Parameters
successful
Indicates whether the validation was successful (true) or not (false).
error Message
A message describing the reason for validation failure, empty if successful.