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

# XblErrorCondition

> XblErrorCondition

# XblErrorCondition

XBOX Live API 오류 조건을 정의하는 열거형 값입니다.

## 구문

```cpp theme={null}
enum class XblErrorCondition  : uint32_t  
{  
    NoError = 0,  
    GenericError,  
    GenericOutOfRange,  
    Auth,  
    Network,  
    HttpGeneric,  
    Http304NotModified,  
    Http404NotFound,  
    Http412PreconditionFailed,  
    Http429TooManyRequests,  
    HttpServiceTimeout,  
    Rta  
}  
```

## 상수

| 상수                        | 설명                                                        |
| ------------------------- | --------------------------------------------------------- |
| NoError                   | 오류 없음.                                                    |
| GenericError              | 일반 오류 조건.                                                 |
| GenericOutOfRange         | 개체가 범위를 벗어난 것과 관련된 오류 조건.                                 |
| Auth                      | 인증 시도와 관련된 오류 조건.                                         |
| Network                   | 네트워크 연결과 관련된 오류 조건.                                       |
| HttpGeneric               | HTTP 메서드 호출과 관련된 오류 조건.                                   |
| Http304NotModified        | 요청된 리소스가 수정되지 않았습니다.                                      |
| Http404NotFound           | 요청된 리소스를 찾을 수 없습니다.                                       |
| Http412PreconditionFailed | 하나 이상의 요청 헤더 필드에 지정된 사전 조건이 서버에서 테스트되었을 때 false로 평가되었습니다. |
| Http429TooManyRequests    | 클라이언트가 너무 많은 요청을 보내고 있습니다.                                |
| HttpServiceTimeout        | 요청을 처리하려고 시도하는 동안 서비스가 시간 초과되었습니다.                        |
| Rta                       | Real Time Activity와 관련된 오류.                               |

## 설명

반환된 HRESULT를 이러한 오류 조건에 대해 테스트하려면 [XblGetErrorCondition](/reference/live/xsapi-c/errors_c/functions/xblgeterrorcondition)을 사용하는 것이 가장 좋습니다.

## 요구 사항

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

## 참고 항목

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


## Related topics

- [XblGetErrorCondition](/ko/reference/live/xsapi-c/errors_c/functions/xblgeterrorcondition.md)
- [XblTitleStorageETagMatchCondition](/ko/reference/live/xsapi-c/title_storage_c/enums/xbltitlestorageetagmatchcondition.md)
- [GDK용 Unity C# API 래퍼](/ko/build/gdk-and-engines/unity/unity-api-wrappers.md)
- [Title Storage에서 blob 다운로드](/ko/services/xbox-services/storage/title-storage/how-to/live-downloading-title-storage-blob.md)
- [XblTitleStorageDownloadBlobAsync](/ko/reference/live/xsapi-c/title_storage_c/functions/xbltitlestoragedownloadblobasync.md)
