PFMultiplayerGetErrorMessage

Get the human-readable form of an error generated by the PlayFab Multiplayer library.

Syntax

const char * PFMultiplayerGetErrorMessage(  
    HRESULT error  
)  

Parameters

error   HRESULT

An error code.

Return value

Type: const char *

The human-readable error message. The memory for the returned string remains valid for the lifetime of the process.

Remarks

These error messages are not localized and are only intended for developers, i.e. these error messages are not intended to be shown to users via UI.

Requirements

Header: PFMultiplayer.h

See also

PFMultiplayer members