Hi
I am implementing a callback handler in Java. I see from the documentation that : “The document storage service must return {“error”: 0}”.
This is fine but is it possible to return a specific error and error message for display in the document editor?
As an example, imagine if the document storage service ran out of storage space. In this situation it would be preferable for the document edtior to report something like “The document could not be saved as there is no space left in your repository”.
Kind Regards
Andy