nn::gd::CTR::System::GetErrorStringFromResult Member Function
static char * GetErrorStringFromResult(
nnResult result
);
| Name | Description | |
|---|---|---|
| in | result | Specifies the return value for getting an error string. |
| 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. |
This function gets the error string for any nnResult.
CONFIDENTIAL