errors property

List<CreateAttendeeError>? errors
final

If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.

Implementation

final List<CreateAttendeeError>? errors;