Table of Contents

Class ProgramExecuteResponse

Namespace
AiDotNet.ProgramSynthesis.Execution
Assembly
AiDotNet.dll
public sealed class ProgramExecuteResponse
Inheritance
ProgramExecuteResponse
Inherited Members

Properties

CompilationAttempted

public bool CompilationAttempted { get; init; }

Property Value

bool

CompilationDiagnostics

public List<CompilationDiagnostic> CompilationDiagnostics { get; init; }

Property Value

List<CompilationDiagnostic>

CompilationSucceeded

public bool? CompilationSucceeded { get; init; }

Property Value

bool?

Error

public string? Error { get; init; }

Property Value

string

ErrorCode

public ProgramExecuteErrorCode? ErrorCode { get; init; }

Property Value

ProgramExecuteErrorCode?

ExitCode

public required int ExitCode { get; init; }

Property Value

int

Language

public required ProgramLanguage Language { get; init; }

Property Value

ProgramLanguage

StdErr

public string StdErr { get; init; }

Property Value

string

StdErrTruncated

public bool StdErrTruncated { get; init; }

Property Value

bool

StdOut

public string StdOut { get; init; }

Property Value

string

StdOutTruncated

public bool StdOutTruncated { get; init; }

Property Value

bool

Success

public required bool Success { get; init; }

Property Value

bool