DotNames Docs
  • Introduction
    • Terminology
    • Frequently Asked Questions
  • Overview
    • Setup Wallet
    • DotShm
    • DotOmni
    • DotSei
    • DotZeta
    • DotTaiko
  • Developer Guide - API
    • DotTaiko
    • DotSei
  • Developer Guide - SDK
    • DotSei
      • Manual Setup
      • Usage
      • Error Handling
      • Example
    • DotTaiko
      • Manual Setup
      • Usage
  • Links
  • Brand Assets
Powered by GitBook
On this page
  1. Developer Guide - SDK
  2. DotSei

Error Handling

All the methods return Promises so make sure you use try and catch block with async function or .then() , .catch() to handle success and error cases, respectively. In the event of an error, the error message can be retrieved using catch

PreviousUsageNextExample

Last updated 9 months ago