Class RawReplResult
Namespace: Belay.Core
Assembly: Belay.Core.dll
Result from Raw REPL code execution with enhanced error classification.
csharp
public class RawReplResult
Inheritance
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Gets or sets diagnostic information about the error.
Gets or sets the error output from execution.
Gets or sets the type of error that occurred during execution.
Gets or sets the exception if execution failed.
Gets or sets a value indicating whether the error is recoverable.
Gets or sets a value indicating whether the execution was successful.
Gets or sets the normal output from execution.
Gets or sets suggested actions for resolving the error.