Hi,
Is there a way, using the Java API on a Brava Enterprise server, of identifying whether processing a file has failed after using allocateCacheFile() ?
CacheStatusResponse.isComplete() appears to return only Pending or Done, or raise an exception.
Would like to identify whether the process/publish started and failed for some reason, and if possible the reason for failure, e.g. failed to retrieve document contents or processing timed out.
Depending on the reason for failure it may be worth attempting to reprocess the document or deciding to prevent further attempts to view. Providing sensible feedback to the user as well.
Does anyone know if what I want to do is possible ? Have I just missed something in the API documentation ?
Thanks for any help,
Luke