errors property
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;
An array of objects that describe errors of the request.
For example, an error is returned if you request recommendations for an unsupported volume.
final List<GetRecommendationError>? errors;