emptyMap

Discards this Result's success value, collapsing it to Result<Unit> — preserves the original exception on failure. Used when a use case's caller only cares whether the operation succeeded, not what it produced.