> ## 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.

# XblHttpCallGetPlatformNetworkErrorMessage

> XblHttpCallGetPlatformNetworkErrorMessage

# XblHttpCallGetPlatformNetworkErrorMessage

HTTP 호출의 플랫폼 네트워크 오류 메시지를 가져옵니다.

## 구문

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

### 매개 변수

*call*   \_In\_\
형식: [XblHttpCallHandle](/reference/live/xsapi-c/http_call_c/handles/xblhttpcallhandle)

HTTP 호출의 핸들입니다.

*platformNetworkErrorMessage*   \_Out\_\
형식: char\*\*

추적/디버깅에 사용할 HTTP 호출의 플랫폼별 네트워크 오류 메시지입니다.

### 반환값

형식: HRESULT

이 API 작업의 결과 코드입니다. 가능한 값은 S\_OK, E\_INVALIDARG 또는 E\_FAIL입니다.

## 설명

이는 HTTP 작업이 완료된 후에 [XblHttpCallPerformAsync](/reference/live/xsapi-c/http_call_c/functions/xblhttpcallperformasync)를 호출한 후에만 호출할 수 있습니다.

## 요구 사항

**헤더:** http\_call\_c.h

**라이브러리:** Microsoft.Xbox.Services.14x.GDK.C.lib

## 참고 항목

[http\_call\_c](/reference/live/xsapi-c/http_call_c/http_call_c_members)


## Related topics

- [HCHttpCallResponseGetPlatformNetworkErrorMessage](/ko/reference/live/httpclient/httpclient/functions/hchttpcallresponsegetplatformnetworkerrormessage.md)
- [HCHttpCallResponseSetPlatformNetworkErrorMessage](/ko/reference/live/httpclient/httpprovider/functions/hchttpcallresponsesetplatformnetworkerrormessage.md)
- [XblHttpCallGetNetworkErrorCode](/ko/reference/live/xsapi-c/http_call_c/functions/xblhttpcallgetnetworkerrorcode.md)
- [HCHttpCallResponseGetNetworkErrorCode](/ko/reference/live/httpclient/httpclient/functions/hchttpcallresponsegetnetworkerrorcode.md)
- [HCHttpCallResponseSetNetworkErrorCode](/ko/reference/live/httpclient/httpprovider/functions/hchttpcallresponsesetnetworkerrorcode.md)
