globalplatform
Functions
stringify.h File Reference
#include "types.h"
#include "library.h"
#include "error.h"
#include "unicode.h"
Include dependency graph for stringify.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

OPGP_API OPGP_STRING OPGP_stringify_error (DWORD errorCode)
 Stringifies the error. More...
 

Detailed Description

This file contains GlobalPlatform error to string functions.

Function Documentation

◆ OPGP_stringify_error()

OPGP_API OPGP_STRING OPGP_stringify_error ( DWORD  errorCode)

Stringifies the error.

This method can stringify many general purpose error codes defined in errorcodes.h and system error codes.

Parameters
errorCode[in] The error code.
Returns
OPGP_STRING representation of the error code.