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 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

CodeMeaning
200Success
500SDK Internal Error
401BundleIdMismatchError,LicenseInvalidError,LicenseExpiredError,LicenseTamperedError

2. Error Handling

On any completion, if success is false or you need details: 
  1. Read output.errors?.first. Use message and details for UI or logs. 
  2. err.code is a numeric HTTP-style code (e.g. 400, 403, 500) from the SDK, not a separate string error key enum.