self_update::errors::Error is the error value that can be returned from updated_extended() and it does not contain documentation and it is non-obvious as to what each each enum represents. For example, there is an Update enum but it is not clear if this has anything to do with a successful update already occurring or if there is a recoverable or unrecoverable update error.
Version
v0.39.0
Description
self_update::errors::Error
is the error value that can be returned fromupdated_extended()
and it does not contain documentation and it is non-obvious as to what each each enum represents. For example, there is anUpdate
enum but it is not clear if this has anything to do with a successful update already occurring or if there is a recoverable or unrecoverable update error.