Skip to content

Class RawReplResult

Namespace: Belay.Core
Assembly: Belay.Core.dll

Result from Raw REPL code execution with enhanced error classification.

csharp
public class RawReplResult

Inheritance

objectRawReplResult

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Properties

DiagnosticInfo

Gets or sets diagnostic information about the error.

ErrorOutput

Gets or sets the error output from execution.

ErrorType

Gets or sets the type of error that occurred during execution.

Exception

Gets or sets the exception if execution failed.

IsRecoverable

Gets or sets a value indicating whether the error is recoverable.

IsSuccess

Gets or sets a value indicating whether the execution was successful.

Output

Gets or sets the normal output from execution.

SuggestedAction

Gets or sets suggested actions for resolving the error.

Released under the Apache License 2.0.