mp.tasks.vision.drawing_styles.face_landmarker.mediapipe_c_utils.handle_status

Checks the MpStatus and raises an error if not kMpOk.

status The MpStatus code to check.
error_message The error message to use if an exception is raised. Uses a default error message if None.

An error if the MpStatus is not kMpOk.