Function LoadMementoWithRecovery
Source pub fn LoadMementoWithRecovery(
StorageFilePath: &Path,
) -> Result<HashMap<String, Value>, CommonError>
Expand description
Robust memento loading with comprehensive error handling.
§Arguments
StorageFilePath - Path to the memento storage file
§Returns
Result containing the memento HashMap or CommonError
§Errors
Returns CommonError for file I/O or parse errors