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 instance of an unsupported instance family.

Implementation

final List<GetRecommendationError>? errors;