Python Functions User Facing Error

Yes! You can use UserFacingError from the functions.api package:

from functions.api import UserFacingError

...

raise UserFacingError("User-facing error message")