Executes an action if the result is a failure.
public Atypical.VirtualFileSystem.Core.Result OnFailure(System.Action<string> action);action System.Action<System.String>
The action to execute with the error message.
Result
The current result for chaining.