ApiErrorResponse(Error) Constructor
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.
Initializes a new instance of ApiErrorResponse.
public ApiErrorResponse(Azure.AI.AgentServer.Responses.Models.Error error);
new Azure.AI.AgentServer.Responses.Models.ApiErrorResponse : Azure.AI.AgentServer.Responses.Models.Error -> Azure.AI.AgentServer.Responses.Models.ApiErrorResponse
Public Sub New (error As Error)
Parameters
- error
- Error
Exceptions
error is null.