getErrors abstract method

List<String> getErrors(
  1. T data
)

Get validation errors

Implementation

List<String> getErrors(T data);