Handle errors by checking the SDK response code after every initialization or capture call. Use the returned data on success (Documentation Index
Fetch the complete documentation index at: https://docs.quepass.com/llms.txt
Use this file to discover all available pages before exploring further.
200) and inspect errors when the code indicates a failure.
1. SDK Error Codes
| Code | Meaning |
|---|---|
| 200 | Success |
| 500 | SDK Internal Error |
| 401 | BundleIdMismatchError,LicenseInvalidError,LicenseExpiredError,LicenseTamperedError |
2. Error Handling
code
- 200 — Success
- 500 — SDK Internal Error
- 401 — BundleIdMismatchError, LicenseInvalidError, LicenseExpiredError, LicenseTamperedError
data
Contains the response payload on success.errors
Contains error details on failure, typically including the error class and cause:- LicenseExpiredError — License key has passed its expiration date
- LicenseTamperedError — License key signature verification failed
- BundleIdMismatchError — bundleId does not match the license key
- LicenseInvalidError — License key format is invalid