ODataMessageWriter.WriteErrorAsync(ODataError, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Écrit de manière asynchrone un ODataError en tant que charge utile de message.
public System.Threading.Tasks.Task WriteErrorAsync (Microsoft.OData.ODataError error, bool includeDebugInformation);
member this.WriteErrorAsync : Microsoft.OData.ODataError * bool -> System.Threading.Tasks.Task
Public Function WriteErrorAsync (error As ODataError, includeDebugInformation As Boolean) As Task
Paramètres
- error
- ODataError
L'erreur à enregistrer.
- includeDebugInformation
- Boolean
Indicateur indiquant si les informations de débogage (par exemple, l’erreur interne de error
) doivent être incluses dans la charge utile. Cela ne devrait être utilisé que dans les scénarios de débogage.
Retours
Tâche qui représente l'opération asynchrone d'enregistrement de l'erreur.