MYKEY Docs
中文English
English
English
  • Introduction
  • Sign in with MYKEY
    • Verify signature at backend server
    • More detailed tech and process of MYKEY login
  • Integrate with MYKEY
    • Multiple ways to integration with MYKEY
    • Mobile Dapp with H5 pages
      • ETH
      • EOS
      • JS Extensions
    • Integration via MYKEY Android SDK
      • Preconditions
      • Initiate SDK
      • Authorize
      • Sign
      • Transfer
      • Call contracts
    • Integration via MYKEY iOS SDK
      • Preconditions
      • Initiate SDK
      • Authorize
      • Sign
      • Transfer
      • Call contracts
    • Web application with scanning qrcode
    • SimpleWallet Protocol Compatible
    • Deeplink Protocol
  • Dive into MYKEY
    • Dive into MYKEY account
    • Classes and methods
      • Android Classes
      • iOS Classes
    • Error Code
    • Identify MYKEY deposit transaction
      • ETH deposit
      • EOS deposit
    • MYKEY Whitepaper
  • KEY ID
    • KEYID ETH Contracts introduction
      • Account Module
      • Account Storage Module
      • Logic Management Module
      • Logic Module
    • Account recovery mechanism
    • KEYID contract upgrade process
    • KEYID contract upgrade records
      • ETH
        • KEY ID Ethereum Contracts Upgrade Pending Time Adjustment
        • KEY ID Ethereum logic contract module upgrade announcement
        • KEY ID Ethereum Contracts Upgrade Pending Time Adjustment
        • KEY ID Ethereum AccountLogic/DualsigsLogic Contracts Upgrade
        • KEY ID Ethereum DappLogic Contract Upgrade
  • Development Resources
    • Ethereum
    • EOS
  • Join Us
    • DApp submit
    • Developers Community
Powered by GitBook
On this page

Was this helpful?

  1. Dive into MYKEY

Error Code

0-2 are defined by SimpleWallet

10001-X are defined by MYKEYSdk

code

Description

0

User cancel the transaction

1

Success

2

Failure

10001

unknow issue lead can not wakeup MYKEY

10002

MYKEY not installed yet

10003

MYKEY account is frozen

10004

Uninitialized

10005

Push transaction timeout

10006

Binded, triggered at authorize

10007

Unbind, triggered at transaction, trasnfer, sign

10008

dapp binded, and MYKEY unbind, triggered at transaction, trasnfer, sign

10009

MYKEY binded, triggered at authorize

10010

dapp binded, and MYKEY binded, but not match

10011

MYKEY unregistered, triggered at transaction, trasnfer, sign

10012

Illegal param

10013

Insufficient balance

10014

MYKEY account is not available

PreviousiOS ClassesNextIdentify MYKEY deposit transaction

Last updated 5 years ago

Was this helpful?