Easy way to check which guard fails in check_fn()

As the title suggests, I have access to check_fn() for dynamo. However, when kwargs are passed, I would like to know what particular check fails. Is there a way to do this if I have access to check_fn() and the kwargs arguments that are passed to it?