def error(): errors = get_flashed_messages(category_filter=['error']) return errors[0] if len(errors) else None