errors property

List<GetRecommendationError>? errors
final

An array of objects that describe errors of the request.

For example, an error is returned if you request recommendations for an unsupported volume.

Implementation

final List<GetRecommendationError>? errors;