ome / omero-py

Python project containing Ice remoting code for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
22 stars 32 forks source link

OMERO.tables client: provide clearer warning if Tables is disabled #204

Open manics opened 4 years ago

manics commented 4 years ago

From https://forum.image.sc/t/error-creating-table-on-local-server-installation/35697

If OMERO.tables is disabled a user trying to use it sees an unhelpful error:

omero.InternalException: exception ::omero::InternalException
{
    serverStackTrace = 
    serverExceptionClass = 
    message = null table as argument
}

Could we have a more informative error message?