omero-py icon indicating copy to clipboard operation
omero-py copied to clipboard

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

Open manics opened this issue 5 years ago • 0 comments

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?

manics avatar Mar 31 '20 12:03 manics