errors property

List<ErrorModel> errors
final

A list of errors related to certificate processing.

Each item in the list is an ErrorModel that provides detailed information about a specific issue.

Implementation

final List<ErrorModel> errors;