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

# HCHttpCallRequestGetRetryCacheId

> HCHttpCallRequestGetRetryCacheId

# HCHttpCallRequestGetRetryCacheId

빠른 실패를 위해 Retry-After 헤더를 캐시하는 데 사용되는 이 REST 엔드포인트의 ID 번호를 가져옵니다.

## Syntax

```cpp theme={null}
HRESULT HCHttpCallRequestGetRetryCacheId(  
         HCCallHandle call,  
         uint32_t* retryAfterCacheId  
)  
```

### Parameters

*call*   \_In\_\
Type: HCCallHandle

HTTP 호출의 핸들입니다. 이후 호출에 대한 기본값을 가져오려면 nullptr을 전달합니다.

*retryAfterCacheId*   \_Out\_\
Type: uint32\_t\*

빠른 실패를 위해 Retry-After 헤더를 캐시하는 데 사용되는 이 REST 엔드포인트의 ID 번호입니다. 1-1000은 XSAPI용으로 예약되어 있습니다.

### Return value

Type: HRESULT

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

## Remarks

기본값은 0입니다.

## Requirements

**Header:** httpProvider.h

**Library:** libHttpClient.GDK.lib

## See also

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


## Related topics

- [HCHttpCallRequestSetRetryCacheId](/ko/reference/live/httpclient/httpclient/functions/hchttpcallrequestsetretrycacheid.md)
- [XblHttpCallRequestSetRetryCacheId](/ko/reference/live/xsapi-c/http_call_c/functions/xblhttpcallrequestsetretrycacheid.md)
- [HCHttpCallRequestGetRetryAllowed](/ko/reference/live/httpclient/httpprovider/functions/hchttpcallrequestgetretryallowed.md)
- [HCHttpCallRequestGetRetryDelay](/ko/reference/live/httpclient/httpprovider/functions/hchttpcallrequestgetretrydelay.md)
- [HCHttpCallRequestSetRetryAllowed](/ko/reference/live/httpclient/httpclient/functions/hchttpcallrequestsetretryallowed.md)
