Hi all,
I'm working on a custom web tool published from a notebook. I'd like to log some geoprocessing messages (Info, Warning, Error) as you would using from a local toolbox using something like arcpy.AddError(). These will be displayed to users in an Experience Builder Analysis widget.
The notebook I'm publishing only uses a Standard runtime and I'd like to keep it that way to minimize credit consumption, so arcpy functions aren't available. Is it possible to write geoprocessing messages from a Notebook/Web Tool without arcpy access?
Thanks!