# Error Handling Examples (/sdks/kotlin/how-to/error-handling)



Resilience, shutdown, and reconnection examples.

<Cards>
  <Card title="Connection Error" href="/sdks/kotlin/how-to/error-handling/connection-error">
    Handle connection failures and typed exceptions
  </Card>

  <Card title="Graceful Shutdown" href="/sdks/kotlin/how-to/error-handling/graceful-shutdown">
    Properly shut down multiple clients and subscriptions
  </Card>

  <Card title="Reconnection" href="/sdks/kotlin/how-to/error-handling/reconnection">
    Automatic reconnection with backoff and state monitoring
  </Card>
</Cards>
