> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# HCHttpCallResponseSetPlatformNetworkErrorMessage

> HCHttpCallResponseSetPlatformNetworkErrorMessage

# HCHttpCallResponseSetPlatformNetworkErrorMessage

Establece el mensaje de error de red de la plataforma de la llamada HTTP.

## Sintaxis

```cpp theme={null}
HRESULT HCHttpCallResponseSetPlatformNetworkErrorMessage(  
         HCCallHandle call,  
         const char* platformNetworkErrorMessage  
)  
```

### Parámetros

*call*   \_In\_\
Tipo: HCCallHandle

El identificador de la llamada HTTP.

*platformNetworkErrorMessage*   \_In\_z\_\
Tipo: char\*

El mensaje de error de red específico de la plataforma de la llamada HTTP que se usará para el registro y la depuración.

### Valor devuelto

Tipo: HRESULT

Código de resultado de esta operación de API. Los valores posibles son S\_OK, E\_INVALIDARG o E\_FAIL.

## Requisitos

**Encabezado:** httpProvider.h

**Biblioteca:** libHttpClient.GDK.lib

## Consulte también

[httpProvider](/reference/live/httpclient/httpprovider/httpprovider_members)


## Related topics

- [HCHttpCallResponseGetPlatformNetworkErrorMessage](/es/reference/live/httpclient/httpclient/functions/hchttpcallresponsegetplatformnetworkerrormessage.md)
- [HCHttpCallResponseSetNetworkErrorCode](/es/reference/live/httpclient/httpprovider/functions/hchttpcallresponsesetnetworkerrorcode.md)
- [XblHttpCallGetPlatformNetworkErrorMessage](/es/reference/live/xsapi-c/http_call_c/functions/xblhttpcallgetplatformnetworkerrormessage.md)
- [HCHttpCallResponseGetNetworkErrorCode](/es/reference/live/httpclient/httpclient/functions/hchttpcallresponsegetnetworkerrorcode.md)
- [HCMockResponseSetNetworkErrorCode](/es/reference/live/httpclient/mock/functions/hcmockresponsesetnetworkerrorcode.md)
