AgentCallGraphProblem
Namespace AgentPrism · Assembly
AgentPrism.Core.dllThe machine-readable result of a call graph validation.
public readonly struct AgentCallGraphProblem : IEquatable<AgentCallGraphProblem>Implements
Section titled “Implements”IEquatable<AgentCallGraphProblem>
Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”AgentCallGraphProblem(string, string)
Section titled “ AgentCallGraphProblem(string, string)”The machine-readable result of a call graph validation.
public AgentCallGraphProblem(string Code, string Message)Parameters
Section titled “Parameters”Code string
Stable code: unknown_agent or cycle.
Message string
Human-readable description.
Properties
Section titled “Properties”Stable code: unknown_agent or cycle.
public string Code { get; init; }Property Value
Section titled “Property Value”Message
Section titled “ Message”Human-readable description.
public string Message { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Deconstruct(out string, out string)
Section titled “ Deconstruct(out string, out string)”public void Deconstruct(out string Code, out string Message)Parameters
Section titled “Parameters”Code string
Message string
Equals(object)
Section titled “ Equals(object)”public override bool Equals(object obj)Parameters
Section titled “Parameters”obj object
Returns
Section titled “Returns”Equals(AgentCallGraphProblem)
Section titled “ Equals(AgentCallGraphProblem)”public bool Equals(AgentCallGraphProblem other)Parameters
Section titled “Parameters”other AgentCallGraphProblem
Returns
Section titled “Returns”GetHashCode()
Section titled “ GetHashCode()”public override int GetHashCode()Returns
Section titled “Returns”ToString()
Section titled “ ToString()”public override string ToString()Returns
Section titled “Returns”Operators
Section titled “Operators”operator ==(AgentCallGraphProblem, AgentCallGraphProblem)
Section titled “ operator ==(AgentCallGraphProblem, AgentCallGraphProblem)”public static bool operator ==(AgentCallGraphProblem left, AgentCallGraphProblem right)Parameters
Section titled “Parameters”right AgentCallGraphProblem
Returns
Section titled “Returns”operator !=(AgentCallGraphProblem, AgentCallGraphProblem)
Section titled “ operator !=(AgentCallGraphProblem, AgentCallGraphProblem)”public static bool operator !=(AgentCallGraphProblem left, AgentCallGraphProblem right)Parameters
Section titled “Parameters”right AgentCallGraphProblem