SWRU455M February 2017 – October 2020 CC3120 , CC3120MOD , CC3130 , CC3135 , CC3135MOD , CC3220MOD , CC3220MODA , CC3220R , CC3220S , CC3220SF , CC3230S , CC3230SF , CC3235MODAS , CC3235MODASF , CC3235MODS , CC3235MODSF , CC3235S , CC3235SF
Table 18-2 lists the common errors.
Error Code | Value | Comments |
---|---|---|
SL_ERROR_NETUTIL_CRYPTO_GENERAL | -12289 | An unspecified general error has occurred. |
SL_ERROR_NETUTIL_CRYPTO_INVALID_INDEX | -12290 | The provided index is out of the valid range. |
SL_ERROR_NETUTIL_CRYPTO_INVALID_PARAM | -12291 | One of the provided parameters is invalid or illegal. |
SL_ERROR_NETUTIL_CRYPTO_MEM_ALLOC | -12292 | A memory-allocation failure has occurred. |
SL_ERROR_NETUTIL_CRYPTO_INVALID_DB_VER | -12293 | Not in use |
SL_ERROR_NETUTIL_CRYPTO_UNSUPPORTED_OPTION | -12294 | One of the provided parameters requires an unsupported capability or option. |
SL_ERROR_NETUTIL_CRYPTO_BUFFER_TOO_SMALL | -12295 | The buffer provided by the host-application is not large enough to contain the returned output. |
SL_ERROR_NETUTIL_CRYPTO_EMPTY_DB_ENTRY | -12296 | The provided index points to an empty database entry. |
SL_ERROR_NETUTIL_CRYPTO_NON_TEMPORARY_KEY | -12297 | The host application is trying to perform an operation related to temporary keys, but the provided index does not contain a temporary key. |
SL_ERROR_NETUTIL_CRYPTO_DB_ENTRY_NOT_FREE | -12298 | The provided index points to a nonempty database entry (while the requested operation requires the entry to be empty). |
SL_ERROR_NETUTIL_CRYPTO_CORRUPTED_DB_FILE | -12299 | The file that stores the database on the filesystem (for persistency) has been corrupted. |