nn::ac::CTR::GetLastDetailErrorCode Function

Syntax

Result GetLastDetailErrorCode(
     u32 * errorCode
);

Arguments

Name Description
out errorCode Variable for writing the error code.

Return Values

The result.

Value Description
Result::IsSuccess Completed without error.
ResultInvalidData NULL was specified as an argument.
A value other than the above. Failed for reasons other than those given above.

Description

Gets a detailed error code for the last error to occur during an automatic connection.

This error code is used to support the AC library. Do not use it for general game development.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL