Table of Contents

Class ErrorResponse

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

Constructors

ErrorResponse(Error)

public ErrorResponse(Error error)

Parameters

error Error

Properties

Error

Gets or Sets Error

[JsonPropertyName("error")]
public Error Error { get; set; }

Property Value

Error