ApiErrorResponse 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.
Error response for API failures.
public class ApiErrorResponse : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ApiErrorResponse>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ApiErrorResponse>
type ApiErrorResponse = class
interface IJsonModel<ApiErrorResponse>
interface IPersistableModel<ApiErrorResponse>
Public Class ApiErrorResponse
Implements IJsonModel(Of ApiErrorResponse), IPersistableModel(Of ApiErrorResponse)
- Inheritance
-
ApiErrorResponse
- Implements
Constructors
| Name | Description |
|---|---|
| ApiErrorResponse(Error) |
Initializes a new instance of ApiErrorResponse. |
Properties
| Name | Description |
|---|---|
| Error |
Gets or sets the Error. |