save_edited when the file to be saved has changed in the save
media. (For instance, if someone else edited a file that is stored on a
server.)
save_disconnected when the saver has lost contact with the media that
holds the data to be saved.
save_transient_error when an recoverable error happened while
saving. These are errors that a user should be able to recover from. For
instance, if the document must contain a specific piece of information
before being saved, this kind of error may be used to notify the user.
The possible values for
type
are:save_edited
when the file to be saved has changed in the save media. (For instance, if someone else edited a file that is stored on a server.)save_disconnected
when the saver has lost contact with the media that holds the data to be saved.save_transient_error
when an recoverable error happened while saving. These are errors that a user should be able to recover from. For instance, if the document must contain a specific piece of information before being saved, this kind of error may be used to notify the user.