ResponseErrorInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An error object returned when the model fails to generate a Response.
public class ResponseErrorInfo : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ResponseErrorInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ResponseErrorInfo>
type ResponseErrorInfo = class
interface IJsonModel<ResponseErrorInfo>
interface IPersistableModel<ResponseErrorInfo>
Public Class ResponseErrorInfo
Implements IJsonModel(Of ResponseErrorInfo), IPersistableModel(Of ResponseErrorInfo)
- Inheritance
-
ResponseErrorInfo
- Implements
Constructors
| Name | Description |
|---|---|
| ResponseErrorInfo(ResponseErrorCode, String) |
Initializes a new instance of ResponseErrorInfo. |
Properties
| Name | Description |
|---|---|
| Code |
Gets or sets the Code. |
| Message |
A human-readable description of the error. |