nn::boss::TaskResultCode Enumerated Typeenum TaskResultCode;
| Value | Description |
|---|---|
TASK_SUCCESS |
A task succeeded. |
BOSS_ERROR_NOMEM |
Failed to dynamically get memory. |
GET_TASK_RESULT_ERROR |
Could not get the task result. |
TASK_NOT_EXIST |
The specified task does not exist. |
HTTP_ERROR_NOMEM |
Failed to get memory dynamically during HTTP communication. |
HTTP_ERROR_CREATE_EVENT |
Failed to create an internal resource (event) during HTTP communication. |
HTTP_ERROR_CREATE_MUTEX |
Failed to create an internal resource (mutex) during HTTP communication. |
HTTP_ERROR_CREATE_QUEUE |
Failed to create an internal resource (queue) during HTTP communication. |
HTTP_ERROR_CREATE_THREAD |
Failed to create an internal resource (thread) during HTTP communication. |
HTTP_ERROR_IPC_SESSION |
Invalid IPC session. |
HTTP_ERROR_CLIENT_PROCESS_MAX |
The maximum number of simultaneous client processes are already in use. |
HTTP_ERROR_IPC_SESSION_MAX |
The maximum number of simultaneous IPC sessions are already connected. |
HTTP_ERROR_MSGQ_SEND_LSN |
Failed to send data to a listener thread's message queue. |
HTTP_ERROR_MSGQ_RECV_LSN |
Failed to receive data from a listener thread's message queue. |
HTTP_ERROR_MSGQ_SEND_COMM |
Failed to receive data from a communication thread's message queue. |
HTTP_ERROR_CONN_NOMORE |
Exceeded the maximum number of connection handles that can be registered. |
HTTP_ERROR_CONN_STATUS |
Invalid connection handle status. |
HTTP_ERROR_CONN_ADD |
Failed to register a connection handle. |
HTTP_ERROR_CONN_HOST_MAX |
Exceeded the maximum number of simultaneous connections to the same host. |
HTTP_ERROR_INVALID_URL |
Invalid URL. |
HTTP_ERROR_RESPONSE_HEADER |
Invalid HTTP header. |
HTTP_ERROR_NO_NEWLINE |
No newline in an HTTP header. |
HTTP_ERROR_SSL |
SSL authentication error. |
HTTP_ERROR_CERT_EXIST |
An SSL certificate has already been set. (You must delete this before registering it again.) |
HTTP_ERROR_NO_CA_CERT_STORE |
A CA certificate store has not been registered for SSL. |
HTTP_ERROR_NO_CLIENT_CERT |
A client certificate has not been registered for SSL. |
HTTP_ERROR_CA_CERT_STORE_MAX |
The maximum number of simultaneous CA certificate stores per SSL process have already been registered. |
HTTP_ERROR_CLIENT_CERT_MAX |
The maximum number of simultaneous client certificates per SSL process have already been registered. |
HTTP_ERROR_FAIL_TO_CREATE_CERT_STORE |
Failed to create an SSL certificate store. |
HTTP_ERROR_FAIL_TO_CREATE_CLIENT_STORE |
Failed to create an SSL client certificate. |
HTTP_ERROR_DNS |
DNS name resolution failure. |
HTTP_ERROR_SEND |
Failed to send socket data. (Upon being disconnected from infrastructure communication, for example.) |
HTTP_ERROR_RECV |
Failed to receive socket data. (Upon being disconnected from infrastructure communication, for example.) |
HTTP_ERROR_CONNECT |
Failed to make a socket connection. (When a server cannot be found, for example.) |
HTTP_ERROR_GET_PROXY_SETTING |
Failed to get proxy settings from the device information. |
HTTP_ERROR_TIMEOUT |
HTTP communication timeout. |
HTTP_ERROR_401_UNAUTHORIZED |
Received status code 401 Unauthorized. |
HTTP_ERROR_403_FORBIDDEN |
Received status code 403 Forbidden. |
HTTP_ERROR_404_NOT_FOUND |
Received status code 404 Not Found. |
HTTP_ERROR_408_REQUEST_TIMEOUT |
Received status code 408 Request Timeout. |
HTTP_ERROR_416_REQUESTED_RANGE_NOT_SATISFABLE |
Received status code 416 Requested Range Not Satisfiable. |
HTTP_ERROR_500_INTERNAL_SERVER_ERROR |
Received status code 500 Internal Server Error. |
HTTP_ERROR_502_BAD_GATEWAY |
Received status code 502 Bad Gateway. |
HTTP_ERROR_503_SERVICE_UNAVAILABLE |
Received status code 503 Service Unavailable. |
HTTP_ERROR_504_GATEWAY_TIMEOUT |
Received status code 504 Gateway Timeout. |
HTTP_ERROR_505_VERSION_NOT_SUPPORTED |
Received status code 505 Version Not Supported. |
HTTP_ERROR_UNSUPPORTED_STATUS |
Received a 1xx, 3xx, 4xx, or 5xx error other than the ones above during HTTP communication. |
SSL_ERROR_FAILED |
Error caused by SSL protocol failure. (such as when validation of a client certificate fails on the server side). |
SSL_ERROR_WANT_READ |
A Read function has not finished processing while an asynchronous socket is in use by the SSL module. (Please try again.) |
SSL_ERROR_WANT_WRITE |
A Write function has not finished processing while an asynchronous socket is in use by the SSL module. (Please try again.) |
SSL_ERROR_SYSCALL |
An unexpected error was returned by a system function used by the SSL module. |
SSL_ERROR_ZERO_RETURN |
A value of zero was returned at an unexpected point during socket read/write operations within the SSL module. |
SSL_ERROR_WANT_CONNECT |
A connection did not complete while asynchronous sockets were used in the SSL module. (Please try again.) |
SSL_ERROR_SSLID |
An internal SSL module error. (Invalid SSLID) |
SSL_ERROR_VERIFY_CERT |
Server authentication error. Failed to validate a server certificate. |
SSL_ERROR_VERIFY_COMMON_NAME |
Server authentication error. The server certificate's CommonName does not match the host name of the target communication server specified by the AssignServer function. |
SSL_ERROR_VERIFY_ROOT_CA |
Server authentication error. The server certificate's Root CA certificate does not match the certificate set by Connection. |
SSL_ERROR_VERIFY_CHAIN |
Server authentication error. The server certificate's certificate chain is invalid. |
SSL_ERROR_VERIFY_DATE |
Server authentication error. The server certificate has expired. |
SSL_ERROR_GET_SERVER_CERT |
Failed to save to the buffer for certificate data. (This occurs when the buffer is smaller than the certificate size given to the DoHandshake function with arguments.) |
SSL_ERROR_VERIFY_REVOKED_CERT |
Server authentication error. The server certificate was found to be registered on the revocation list. |
SSL_ERROR_OUT_OF_MEMORY |
The SSL module failed to get memory dynamically. |
SSL_ERROR_SESSION |
Invalid IPC session in the SSL module. |
SSL_ERROR_FAIL_TO_CREATE_CERT_STROE |
Failed to create a certificate store. |
SSL_ERROR_FAIL_TO_CREATE_CRL_STORE |
Failed to create a CRL store. |
SSL_ERROR_FAIL_TO_CREATE_CLIENT_CERT |
Failed to create a client certificate. |
SSL_ERROR_CLIENT_PROCESS_MAX |
The maximum number of simultaneous client processes are already in use. |
SSL_ERROR_IPC_SESSION |
The maximum number of simultaneous IPC sessions are already connected. |
SSL_ERROR_INTERNAL_CERT |
Failed to use a built-in certificate. |
SSL_ERROR_INTERNAL_CRL |
Failed to use a built-in CRL. |
FS_ERROR_INVALID_POSITION_BASE |
A filesystem-related error occurred. |
FS_ERROR_ARCHIVE_NOT_FOUND |
A filesystem-related error occurred. |
FS_ERROR_FAILED_OPEN_FILE |
A filesystem-related error occurred. |
FS_ERROR_UNSUPPORTED_OPERATION |
A filesystem-related error occurred. |
FS_ERROR_INVALID_PATH_FORMAT |
A filesystem-related error occurred. |
FS_ERROR_ACCESS_DENIED |
A filesystem-related error occurred. |
FS_ERROR_LIBRARY_NOT_INITIALIZED |
A filesystem-related error occurred. |
FS_ERROR_INVALID_POSITION |
A filesystem-related error occurred. |
FS_ERROR_TOO_LONG_PATH |
A filesystem-related error occurred. |
FS_ERROR_NOT_DEVELOPMENT_ID |
A filesystem-related error occurred. |
FS_ERROR_HASH_MISMATCH |
A filesystem-related error occurred. |
FS_ERROR_NO_SUCH_PROCESS_REGISTERED |
A filesystem-related error occurred. |
FS_ERROR_INVALID_CXI_FORMAT |
A filesystem-related error occurred. |
FS_ERROR_UNSUPPORTED_ALIGNMENT |
A filesystem-related error occurred. |
FS_ERROR_INVALID_HANDLE |
A filesystem-related error occurred. |
FS_ERROR_NOT_FOUND |
A filesystem-related error occurred. |
NSA_ERROR_STORAGE_INSUFFICIENCY |
Insufficient NSA storage region. |
NSA_ERROR_NUMBER_OF_NSD_MAX |
The maximum number of NSD files in the NSA was exceeded. |
NSA_ERROR_VERIFY_HASH |
An error has been detected in the NSA INFO buffer. |
NSA_ERROR_VERIFY_SIGNATURE |
An error has been detected in the NSA INFO signature. |
NSA_NSD_ERROR_VERIFY_HASH |
An error has been detected in the NSD HEADER buffer. |
NSA_NSD_ERROR_VERIFY_SIGNATURE |
An error has been detected in the NSD HEADER signature. |
NSA_NSD_ERROR_INVALID_FORMAT |
An error has been detected in the NSD format. |
NSA_ERROR_INVALID_FORMAT |
An error has been detected in the NSA format. |
SEVERE_ERROR |
|
UNKNOWN_ERROR |
An unknown error has been detected. |
ERROR_MAX_VALUE |
If none of the errors above have been detected, the sum of this value and a value from the module's enumerated type (nn::Result::Module) is returned. |
A task's exit state. You can use the TaskGetResult function to get these values after a task exits.
CONFIDENTIAL