ErrorResponseError Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ErrorResponseError() | |
ErrorResponseError(String, String, String, IList<Error>, InnerErrorModel) |
ErrorResponseError()
ErrorResponseError(String, String, String, IList<Error>, InnerErrorModel)
- Origem:
- ErrorResponseError.cs
public ErrorResponseError (string code, string message = default, string target = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.Error> details = default, Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.InnerErrorModel innerError = default);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.ErrorResponseError : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.Error> * Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.InnerErrorModel -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.ErrorResponseError
Public Sub New (code As String, Optional message As String = Nothing, Optional target As String = Nothing, Optional details As IList(Of Error) = Nothing, Optional innerError As InnerErrorModel = Nothing)
Parâmetros
- code
- String
- message
- String
- target
- String
- innerError
- InnerErrorModel
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET