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

System.String

Exceptions

System.InvalidOperationException
Thrown when accessing Error on a successful result.

Contents

  1. 0.1Atypical.VirtualFileSystem.Core.Result
  2. 1Result.Error Property