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

System.String

Exceptions

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

Contents

  1. 0.1">Atypical.VirtualFileSystem.Core.">Result&#x3C;T>
  2. 1.Error Property">Result&#x3C;T>.Error Property