Result_T_.Error.md
January 20, 2026 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core.Result<T>
Result<T>.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.