@@ -2859,7 +2859,8 @@ public List set(String parameterName, Object value) {
28592859 * the announcement may call this method. This method returns the following error codes: *
28602860 * `PERMISSION_DENIED` if the requesting user is not permitted to access the requested course or
28612861 * course work or for access errors. * `INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND`
2862- * if the requested course or course work does not exist.
2862+ * if the requested course or course work does not exist. * `FAILED_PRECONDITION` for the following
2863+ * request error: * EmptyAssignees
28632864 *
28642865 * Create a request for the method "announcements.modifyAssignees".
28652866 *
@@ -2887,7 +2888,8 @@ public class ModifyAssignees extends ClassroomRequest<com.google.api.services.cl
28872888 * contains the announcement may call this method. This method returns the following error codes:
28882889 * * `PERMISSION_DENIED` if the requesting user is not permitted to access the requested course or
28892890 * course work or for access errors. * `INVALID_ARGUMENT` if the request is malformed. *
2890- * `NOT_FOUND` if the requested course or course work does not exist.
2891+ * `NOT_FOUND` if the requested course or course work does not exist. * `FAILED_PRECONDITION` for
2892+ * the following request error: * EmptyAssignees
28912893 *
28922894 * Create a request for the method "announcements.modifyAssignees".
28932895 *
@@ -5248,7 +5250,8 @@ public List set(String parameterName, Object value) {
52485250 * the coursework may call this method. This method returns the following error codes: *
52495251 * `PERMISSION_DENIED` if the requesting user is not permitted to access the requested course or
52505252 * course work or for access errors. * `INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND`
5251- * if the requested course or course work does not exist.
5253+ * if the requested course or course work does not exist. * `FAILED_PRECONDITION` for the following
5254+ * request error: * EmptyAssignees
52525255 *
52535256 * Create a request for the method "courseWork.modifyAssignees".
52545257 *
@@ -5276,7 +5279,8 @@ public class ModifyAssignees extends ClassroomRequest<com.google.api.services.cl
52765279 * the coursework may call this method. This method returns the following error codes: *
52775280 * `PERMISSION_DENIED` if the requesting user is not permitted to access the requested course or
52785281 * course work or for access errors. * `INVALID_ARGUMENT` if the request is malformed. *
5279- * `NOT_FOUND` if the requested course or course work does not exist.
5282+ * `NOT_FOUND` if the requested course or course work does not exist. * `FAILED_PRECONDITION` for
5283+ * the following request error: * EmptyAssignees
52805284 *
52815285 * Create a request for the method "courseWork.modifyAssignees".
52825286 *
0 commit comments