errors property

List<String> errors
final

List of error messages that prevent the snapshot from being restored.

If this list is non-empty, isValid will be false.

Implementation

final List<String> errors;