Release v0.0.410
Fix ValidationError initialization to allow default empty errors array - Updated the ValidationError class to initialize with a default empty array for errors, improving error handling flexibility. - Enhanced code clarity by separating the error array declaration from the constructor.