Android Error Handling Overview

Error handling classes and patterns for the Agentforce Android SDK.

The Android SDK provides specific error types for different failure scenarios:

  • NoAgentConfigured - When no agent is properly configured
  • UnableToStartASession - When session initialization fails

Error handling in the Android SDK follows standard Java exception patterns: