Handle errors by checkingDocumentation Index
Fetch the complete documentation index at: https://docs.quepass.com/llms.txt
Use this file to discover all available pages before exploring further.
output.errors?.first whenever success is false. Use err.code (HTTP-style status), err.message, and err.details to display meaningful feedback or log issues for debugging.
1. SDK Error Codes
| Code | Meaning |
|---|---|
| 200 | Success |
| 500 | SDK Internal Error |
| 401 | BundleIdMismatchError,LicenseInvalidError,LicenseExpiredError,LicenseTamperedError |
2. Error Handling
On any completion, if success is false or you need details:- Read output.errors?.first. Use message and details for UI or logs.
- err.code is a numeric HTTP-style code (e.g. 400, 403, 500) from the SDK, not a separate string error key enum.