zkPass
Website↗Github↗Twitter↗Discord↗
  • 🤝Get Started
  • User Guidelines
  • Overview
    • Introduction
    • Technical Overview V2.0
    • Use Cases
      • zkKYC
      • On-chain Achievements
      • Finance(DeFi&CeFi)
      • Governance and Voting
      • Gaming
      • Medical and Healthcare
      • Social Networking
      • Education and Research
      • Experience Checks
      • Eligible Access
      • Insurance Claim
  • developer guides
    • JS-SDK
      • How It Works
      • Quick Start
      • Generate proof and verify the result
        • EVM
        • Solana
        • Ton
      • Schema
        • Custom Schema
        • Quick Start for Creating Custom Schema
      • API References
      • Error Handling
      • References
    • Integration on Intract Quest
  • supports
    • FAQ
    • Roadmap
    • Terms & Conditions
    • Privacy Policy
Powered by GitBook

Feel free to contact us if you have any ideas

On this page
  1. developer guides
  2. JS-SDK

Error Handling

During the verification process, if an error occurs, the JS-SDK will throw the error.

The following list describes the possible error throws from JS-SDK.

Error Code
Description

100000

The verification node does not match the node assigned to the task.

100001

The user does not installed the TransGate

100002

Illegal appid

100003

Schema id dose not exist

100004

Request task info error

100005

Can not connect the verify node

110001

User do not meet the requirements

110002

The user canceled the verification

110003

An unexpected error was encountered

DApps should catch the error and handle it appropriately.

PreviousAPI ReferencesNextReferences

Last updated 11 months ago