bootstack.validation.ValidationResult# class bootstack.validation.ValidationResult(is_valid, message='')# Bases: object The outcome of a single validation check. is_valid# True if validation passed, False otherwise. Type: bool message# Error message when is_valid is False; empty string otherwise. Type: str