nn::gd::CTR::System::GetErrorStringFromResult Member Function

Syntax

static char * GetErrorStringFromResult(
     nnResult result
);

Parameters

Name Description
in result Specifies the return value for getting an error string.

Return Values

Returns the result of the operation.
Value Description
Pointer to a character string. In debug and development mode, NULL is returned if the result argument takes the value of the nn::Result::IsSuccess function. Otherwise, a pointer to the relevant error message is returned.
NULL NULL is always returned in release mode.

Description

This function gets the error string for any nnResult.

Revision History

2011/02/17
Initial version.

CONFIDENTIAL