We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should the restore of the backup be transactional?
i.e. If the restore fails for some reason, should the Device Model be rolled back to the pre-transaction state?
The text was updated successfully, but these errors were encountered:
I think it would be useful to describe what a restore fail would mean.
If it fails as a whole action then the response would be an NcMethodResultError with a relevant status and with an errorMessage.
NcMethodResultError
errorMessage
Any other response would be a succesful restore where each NcObjectPropertiesSetValidation role path needs to be checked for further information.
NcObjectPropertiesSetValidation
Sorry, something went wrong.
No branches or pull requests
Should the restore of the backup be transactional?
i.e. If the restore fails for some reason, should the Device Model be rolled back to the pre-transaction state?
The text was updated successfully, but these errors were encountered: