getErrors abstract method

List<String> getErrors()

A list of error messages encountered during the scan.

This typically includes missing annotations, malformed types, or critical failures that prevented successful reflection.

Implementation

List<String> getErrors();