LogoLogo
  • Introduction
  • Core Concepts
  • Partner setup
  • Tutorials [WIP]
    • Create Identities
    • Create a Blockchain Address
    • Payout Service
  • Public Mint Widget
    • Getting started
    • Embed Widget
      • Deposit of funds
      • Withdraw of funds
  • Public Mint API
    • Getting started
    • Creating identities
    • Connecting to the blockchain
      • Running your own client node
    • Executing Transactions
      • Depositing
      • Wallet Transactions
      • Withdrawing
    • Sandbox
    • API Reference
      • Identities
      • Operations
      • Transfer Methods
      • Transactions
      • Withdrawals (deprecated)
      • Verifications
      • Identity Relations
      • Documents
      • Deposits (deprecated)
      • Authentication
      • Pagination
      • Errors
      • Core Resources
    • Webhooks
  • Public Mint Blockchain
    • Getting started
    • Transacting
    • Configuring Metamask for the Public Mint blockchain
    • Interoperability [WIP]
  • Other Information
    • Public Mint Wallet
    • Users and Accounts
Powered by GitBook
On this page

Was this helpful?

  1. Public Mint API
  2. API Reference

Errors

Error handling and codes from Public Mint's APIs.

Error codes in Public Mint correspond to standard HTTP responses indicating success or failure of requests to the API. As a general rule, this is what each code means:

Error Code

Meaning

2xx

Success

4xx

Error on the client's side (usually due to problems with the provided information/parameters

5xx

Error on Public Mint's servers. These cases are rare and you should contact us in case you get a persistent 5xx error.

PreviousPaginationNextCore Resources

Last updated 5 years ago

Was this helpful?