> For the complete documentation index, see [llms.txt](https://docs.layerlens.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.layerlens.ai/12.-support/sdk-troubleshooting.md).

# SDK troubleshooting

SDK-specific troubleshooting.

See [Python SDK troubleshooting](https://github.com/LayerLens/gitbook-full/blob/main/13-reference/sdk-python/troubleshooting.md) for the full list. Common ones:

* `AuthenticationError` — wrong env var name (`LAYERLENS_STRATIX_API_KEY`)
* `RateLimitError` — usually transient; SDK retries
* `NotFoundError` — wrong ID or wrong org
* SSL — corporate proxy; configure CA bundle
