chsvlib
chsv helper source code

◆ ChsvErrorDescription()

const char_type* Chusov::ChsvErrorDescription ( chsverror_t  nErrorCode,
unsigned long  nReserved = 0 
)
noexcept

Returns an string description on the specified chsvlib error code.

Template Parameters
char_typeInvokes ChsvErrorDescriptionA for char_type=char or ChsvErrorDescriptionW for char_type=wchar_t.
Parameters
nErrorCodespecifies the full chsvlib error code.
nReservedis a reserved parameter that should be zero.
Returns
string definition of the error code.