warnings property

List<String> warnings
final

List of warning messages that don't prevent restoration but should be noted.

Warnings don't affect isValid but indicate potential issues.

Implementation

final List<String> warnings;