> ## Documentation Index
> Fetch the complete documentation index at: https://docs.openlit.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Errors

> View all error traces in one place with filtering and detailed exception information.

The Exceptions page shows all traces that contain errors or exceptions from your AI applications. You can filter by time range and exception type to quickly find and debug issues.

<Frame>
  <img src="https://mintcdn.com/openlit/bDceVwnmhemq49YN/images/errors-page.png?fit=max&auto=format&n=bDceVwnmhemq49YN&q=85&s=f67b505a085bae1f3917a7e91c73e3f6" width="3024" height="1718" data-path="images/errors-page.png" />
</Frame>

## Error traces

All error traces are automatically captured and displayed here, including:

* **LLM API errors**: Authentication, rate limits, model issues
* **Framework errors**: LangChain, LlamaIndex execution failures
* **Vector database errors**: Connection and query issues
* **Application errors**: Custom exceptions and validation errors

## Filtering

Use the time range selector to filter errors by period (24H, 7D, 1M, 3M, or custom range). Each error shows the trace ID, timestamp, span name, deployment type, and specific exception type.

## Exception details

Click any error to view the complete trace context with detailed exception information, stack traces, and execution flow.

<Frame>
  <img src="https://mintcdn.com/openlit/bDceVwnmhemq49YN/images/errors-trace.png?fit=max&auto=format&n=bDceVwnmhemq49YN&q=85&s=80dcbd29006526e3e861349d686b70ff" width="3024" height="1716" data-path="images/errors-trace.png" />
</Frame>

***

<CardGroup cols={3}>
  <Card title="Quickstart: LLM Observability" href="/latest/openlit/quickstart-ai-observability" icon="bolt">
    Production-ready AI monitoring setup in 2 simple steps with zero code changes
  </Card>

  <Card title="Create a dashboard" href="/latest/openlit/dashboards/overview" icon="grid">
    Create custom visualizations with flexible widgets, queries, and real-time AI monitoring
  </Card>

  <Card title="Integrations" href="/latest/sdk/integrations/overview" icon="circle-nodes">
    60+ AI integrations with automatic instrumentation and performance tracking
  </Card>
</CardGroup>

<Card title="Zero-code observability with the OpenLIT Controller" icon="tower-broadcast" href="/latest/controller/overview">
  Discover and instrument LLM traffic across Kubernetes, Docker, and Linux using eBPF — no code changes required.
</Card>
