Reload Document Handler
Type: Function
Required. Called when a document needs to be reloaded, for instance when locking the document fails. Should return a Promise that resolves to the new document ID when loading completes.
Arguments
document
Id (Required)
Type: DocumentId
The ID of the document to reload
Returns
Type: Promise
Should resolve to the new DocumentId