Skip to main content
Every error thrown by the Mobile Deposit SDK is a DepositError instance with a machine-readable code property. The error class is the same as the web SDK, but the mobile SDK has additional error codes for browser and deep link failures.

DepositError

Error codes

Mobile-specific codes

Shared codes (same as web SDK)

getDisplayMessage

Returns a user-friendly display string for a DepositError. You can show this directly in your UI.

Usage

Handling specific error codes

DepositMobileErrorCode

The union of all mobile error code strings: