nn::boss::Task::GetResult Member FunctionTaskResultCode GetResult( u32 * pCount = NULL, u8 * pStepId = NULL );
| Name | Description | |
|---|---|---|
| out | pCount | Returns the execution count. (Optional.) |
| out | pStepId |
Returns the task step ID. (Optional.) |
Gets the task result code.
For more information on task result codes, see TaskResultCode.
Notes about common errors that occur during task execution:
(1) When infrastructure communication was interrupted:HTTP_ERROR_RECVHTTP_ERROR_CONNECT
(2) When the connection to the server failed because the server indicated by the URL could not be found:HTTP_ERROR_CONNECT
(3) When the connection to the server failed because HTTPS negotiation failed:SSL_ERROR_FAILEDSSL_ERROR_VERIFY_COMMON_NAMESSL_ERROR_VERIFY_ROOT_CASSL_ERROR_VERIFY_CHAINSSL_ERROR_VERIFY_DATE
(4) When an NSA download failed because there is insufficient space in NSA storage:NSA_ERROR_STORAGE_INSUFFICIENCY
(5) When an NSA download failed because the file was either not in NSA format or was corrupted due to a communication error:NSA_ERROR_INVALID_FORMATNSA_ERROR_VERIFY_HASHNSA_ERROR_VERIFY_SIGNATURENSA_NSD_ERROR_VERIFY_HASHNSA_NSD_ERROR_VERIFY_SIGNATURENSA_NSD_ERROR_INVALID_FORMAT
CONFIDENTIAL