Result.Error.md
January 20, 2026 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core.Result
Result.Error Property
Gets the error message. Only available when IsFailure is true.
public string Error { get; }
Property Value
Exceptions
System.InvalidOperationException
Thrown when accessing Error on a successful result.