# Troubleshooting

| Error code | Error message                                                                                                                         | Description                                                                                                                                                                |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 401        | SDK is already initialized                                                                                                            | Trying to initialize multiple SDK Objects.                                                                                                                                 |
| 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        | <p>Sender-only SDK doesn't support receiver</p><p>methods. HINT: create TrillSDK class with</p><p>the sender-only flag turned off</p> | This error is received when the user tries to initialise SDK without required permissions. SDK initialized with flag "Sender Only" and  does not support receiver methods. |
| 501        | Invalid SDK Key                                                                                                                       | Wrong SDK Key passed while creating TrillSDK object.                                                                                                                       |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://trillbit.gitbook.io/trillbit-sdk/ios-support/trill-sdk-for-ios/troubleshooting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
