TrillBit SDK
  • Introduction
  • technological overview
    • In this release
    • Use cases
    • Quick links
  • features
    • Payloads and Datarates
    • Protocols
    • Configurations
    • Distances
    • Platforms supported
  • demo applications
    • TrillPlay
      • Specifications
    • TrillIoT
    • Knowles SmartMic
  • Knowles smartmic support
    • Trill SDK for Knowles
      • Requirements
      • Setup Guide
        • Licensing and Setting up Trillbit Host library
        • Authentication of the Trillbit IA61x algorithm
        • Sending Data to the SmartMic
      • Trillbit SDK Methods
      • Troubleshooting
  • android support
    • Trill SDK for Android
      • SDK Requirements
      • Setup Guide
        • Licensing credentials
        • Getting started
        • Integrating the SDK
          • Declare your app's audio permissions
          • Import SDK
          • Declare Trill SDK Callback
          • License and Initialise your Trill SDK
      • Methods and Callbacks
        • Sender methods
        • Receiver methods
        • Callbacks
      • Reducing application size
      • Troubleshooting
        • Error codes
  • ios support
    • Trill SDK for iOS
      • SDK Requirements
      • Setup Guide
        • Licensing Trill SDK
        • Getting started
      • Methods and Callbacks
        • Trill SDK Methods
        • Trill SDK Callbacks and delegates
      • Troubleshooting
  • esp 32 support
    • Trill SDK for ESP-32
      • Requirements
      • Platforms supported
      • Setup Guide
        • Licensing and Setting up Trillbit library
        • Sending data to the ESP32 device
      • Methods and Callbacks
      • Troubleshooting
  • embedded linux
    • Trill SDK for Embedded linux
      • Requirements
      • Architectures supported
      • Demo applications
      • Setup Guide
        • Licensing your Trill SDK
        • Compiling example binaries
        • Instantiate Trill SDK
        • Run the demo code
      • Methods and Callbacks
        • Trill SDK Methods
        • Callbacks
      • Troubleshooting
  • Reference
    • References
    • FAQs
Powered by GitBook
On this page
  1. Knowles smartmic support
  2. Trill SDK for Knowles

Troubleshooting

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.

PreviousTrillbit SDK MethodsNextTrill SDK for Android

Last updated 2 years ago