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. android support
  2. Trill SDK for Android
  3. Troubleshooting

Error codes

Error code
Error message
Description

402

Sender /Receiver is already running. HINT: Stop sender to start playing again.

This error is seen when the user tries to start the SDK receiver or sender method more than one time.

403

SDK Not Initialised

The SDK Throws this error when SDK methods are being used without initialising SDK Object. Please make sure SDK objects are initialised properly before use.

404

Missing Permission

This error is received when the user tries to initialise SDK without required permissions.

501

Invalid SDK Key

Wrong SDK Key passed while creating TrillSDK object.

410

Already Playing

This error comes when SDK is playing and user tries to play without stopping the current playing event.

411

Not Playing

This error is seen when SDK is not playing and user tries to stop playing.

412

Already Recording

This error is seen when SDK is receiving and user tries to receive without stopping the current receiving event.

413

Not Recording

This error is seen when SDK is not receiving and the user tried to stop receiving.

414

Cannot send while receiving

This error is seen when SDK is in receiving mode and user tries to play something.

415

Cannot receive while sending

This error is seen when SDK is in playing mode and user tries to call receiver methods.

PreviousTroubleshootingNextTrill SDK for iOS

Last updated 2 years ago