IReplResult
Represents an explicit result produced by command handlers.
- Kind:
Interface - Namespace: Repl
- Assembly:
Repl.Core - Source: src/Repl.Core/IReplResult.cs
Signature
Section titled “Signature”public interface IReplResultDerived Classes
Section titled “Derived Classes”Properties
Section titled “Properties”Gets a machine-readable error code when applicable.
string? Code { get; }Returns
Section titled “Returns”Details
Section titled “Details”Gets optional structured details.
object? Details { get; }Returns
Section titled “Returns”Gets the high-level result kind.
string Kind { get; }Returns
Section titled “Returns”Message
Section titled “Message”Gets a user-facing result message.
string Message { get; }