errors property
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;
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.
final List<CreateAttendeeError>? errors;