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

# XblGetErrorCondition

> XblGetErrorCondition

# XblGetErrorCondition

Xbl API에서 반환된 HRESULT 값을 실행 가능한 오류 조건 버킷으로 그룹화합니다.

## 구문

```cpp theme={null}
XblErrorCondition XblGetErrorCondition(  
         HRESULT hr  
)  
```

### 매개 변수

*hr*   \_In\_\
형식: HRESULT

Xbl API에서 반환된 HRESULT 값입니다.

### 반환값

형식: XblErrorCondition

해당하는 XblErrorCondition입니다.

## 요구 사항

**헤더:** errors\_c.h

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

## 참고 항목

[errors\_c](/reference/live/xsapi-c/errors_c/errors_c_members)
