profilesWithErrors property

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

This is brief summary info for profiles that we believe have valid Destiny info, but who failed to return data for some other reason and thus we know that subsequent calls for their info will also fail.

Implementation

@JsonKey(name:'profilesWithErrors')
List<DestinyErrorProfile>? profilesWithErrors;