errorMessages property

List<String> errorMessages
final

Can be empty (default) if there were no changes to the input. Alternatively, it can be one or more messages describing the issue with the input.

Implementation

final List<String> errorMessages;