cleanupDocumentOnError

abstract suspend fun cleanupDocumentOnError(document: Document, err: Throwable)

Clean up after failed initial provisioning (e.g. by deleting the document)

Parameters

document

Document for which the initial provisioning failed

err

provisioning error