Troubleshooting
Last updated
Last updated
Below is a list of the error codes received the SDK throws:
Error code | Description |
---|---|
TRILL_HOST_ERR_CODE_BASE
This error signifies the start of trillbit error codes.
TRILL_HOST_ERR_INVALID_PARAMETERS
This error signifies invalid parameters passed to the Trillbit SDK methods.
TRILL_HOST_ERR_INVALID_SDK_LICENSE
This error signifies absence of a valid license for the Trillbit SDK. Please refer to the licensing guide and trillbit developer’s portal for more information on licensing.
TRILL_HOST_ERR_LICENSE_NOT_FOUND
This error signifies that a license was not found corresponding to the host platform/device id.
TRILL_HOST_ERR_BUFFER_TOO_SMALL
This error signifies that the host is out of memory.
TRILL_HOST_ERR_INVALID_DATA
This error signifies that the parameters used within a function call are invalid.
TRILL_HOST_ERR_FAILED_TO_GET_DEV_ID
This error signifies a failure while fetching the host device ID.
TRILL_HOST_ERR_AUTH_FAILED
This error signifies that the license file is corrupt.