errors property

List<ErrorModel> errors
final

A list of errors encountered during the invoice processing.

Each error provides specific information about what went wrong, often represented by an ErrorModel.

Implementation

final List<ErrorModel> errors;