getErrorMessages method

List<String> getErrorMessages()

Get all error messages from the validation responses.

Implementation

List<String> getErrorMessages() {
  return errorMessages();
}