Skip to main content

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.

Handle errors by checking the SDK response code after every initialization or capture call. Use the returned data on success (200) and inspect errors when the code indicates a failure (500).

1. SDK Error Codes

CodeMeaning
200Success
500SDK Internal Error
401BundleIdMismatchError,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, returned in JSON format (e.g., Base64 image or document data).

errors

Contains error details on failure, typically including a message describing the issue.