nn::ac::CTR::GetLastErrorCode FunctionResult GetLastErrorCode( u32 * errorCode );
| Name | Description | |
|---|---|---|
| out | errorCode | Variable for writing the error code. |
| Value | Description |
|---|---|
ResultSuccess |
Completed without error. |
ResultInvalidData |
NULL was specified as an argument. |
| A value other than the above. | Failed for reasons other than those given above. |
Gets an error code for the last error to occur during an automatic connection.
See the separate documentation for error code details.
CONFIDENTIAL