check_msg_error
faststream.confluent.helpers.client.check_msg_error #
check_msg_error(msg: Message | None) -> Message | None
Checks for errors in the consumed message.
Source code in faststream/confluent/helpers/client.py
446 447 448 449 450 451 | |