failureIndexes property

  1. @JsonKey(name: 'failureIndexes')
List<int>? failureIndexes
getter/setter pair

Indexes into failureStrings for the Vendor, indicating the reasons why it failed if any.

Implementation

@JsonKey(name:'failureIndexes')
List<int>? failureIndexes;