Class EnhancedExecutionResult
Namespace: Belay.Core
Assembly: Belay.Core.dll
Enhanced execution result with detailed error classification and diagnostics.
public class EnhancedExecutionResult
Inheritance
object ← EnhancedExecutionResult
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 additional diagnostic information about the error.
Gets or sets the error output from the execution.
Gets or sets the type of error that occurred during execution.
Gets or sets the original exception if one occurred.
Gets or sets a value indicating whether the error is recoverable.
Gets a value indicating whether the execution was successful.
Gets or sets the normal output from the execution.
Gets or sets suggested actions for resolving the error.