I'm passing a list of documents into a java action in order to perform some PDF actions. I do check for hasContents, prior to passing the documents into the action, however I receive the following error in some cases.
LocalFileSystemStore:: File does not exist for key: 5f76f271-0caa-4762-9c87-ef9dfc6ea842
How do I identify the files that will give me this error prior to passing them into the java action?