Table of Contents

Class Error

Namespace
OpenAI.ObjectModels.ResponseModels
Assembly
AntRunnerLib.dll
public class Error
Inheritance
System.Object
Error
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()

Properties

Code

[JsonPropertyName("code")]
public string Code { get; set; }

Property Value

System.String

Line

[JsonPropertyName("line")]
public int? Line { get; set; }

Property Value

System.Nullable<System.Int32>

Message

[JsonIgnore]
public string Message { get; }

Property Value

System.String

MessageObject

[JsonPropertyName("message")]
[JsonConverter(typeof(Error.MessageConverter))]
public object MessageObject { set; }

Property Value

System.Object

Messages

[JsonIgnore]
public List<string> Messages { get; }

Property Value

List<System.String>

Param

[JsonPropertyName("param")]
public string Param { get; set; }

Property Value

System.String

Type

[JsonPropertyName("type")]
public string Type { get; set; }

Property Value

System.String