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



Error handling and resilience examples for production C++ applications.

<Cards>
  <Card title="Connection Error" href="/sdks/cpp/how-to/error-handling/connection-error">
    Handle connection failures gracefully
  </Card>

  <Card title="Graceful Shutdown" href="/sdks/cpp/how-to/error-handling/graceful-shutdown">
    OS signal handling and clean shutdown
  </Card>

  <Card title="Reconnection" href="/sdks/cpp/how-to/error-handling/reconnection">
    Automatic reconnection with state callbacks
  </Card>
</Cards>
