Exceptions used by the api/views methods.
Bases: exceptions.Exception
A base exception class that handles message and stactrace.
Bases: omeroweb.api.api_exceptions.ApiException
An exception that will result in a response status of 400.
Due to invalid client input
Bases: exceptions.Exception
An exception that is thrown when new object created.
This is not really an error but indicates to the handler that a JsonResponse with status 201 should be returned. The dict content is passed in as ‘response’.
Bases: omeroweb.api.api_exceptions.ApiException
An exception that will result in a response status of 405.
Raised if user tries to DELETE, POST or PUT for an Object where we don’t support those methods.
Bases: omeroweb.api.api_exceptions.ApiException
An exception that will result in a response status of 404.
Raised due to objects not being found.
Settings for the OMERO JSON api app.
api module provides JSON OMERO API.