errors property

List<ErrorModel>? errors
getter/setter pair

A list of errors that occurred during the operation, if any.

Implementation

List<ErrorModel>? errors;