XblGetErrorCondition

Groups HRESULT values returned from Xbl APIs in to error condition buckets that are actionable.

Syntax

XblErrorCondition XblGetErrorCondition(  
         HRESULT hr  
)  

Parameters

hr   _In_
Type: HRESULT

HRESULT value returned from an Xbl API.

Return value

Type: XblErrorCondition

The corresponding XblErrorCondition.

Requirements

Header: errors_c.h

Library: Microsoft.Xbox.Services.141.GSDK.C.lib

See also

errors_c