Table of Contents

Class Error

Namespace
AutoGen.Mistral
Assembly
AutoGen.Mistral.dll
public class Error
Inheritance
Error
Inherited Members

Constructors

Error(string, string, string?, string?)

public Error(string type, string message, string? param = null, string? code = null)

Parameters

type string
message string
param string
code string

Properties

Code

Gets or Sets Code

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

Property Value

string

Message

Gets or Sets Message

[JsonPropertyName("message")]
public string Message { get; set; }

Property Value

string

Param

Gets or Sets Param

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

Property Value

string

Type

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

Property Value

string