Errors
Error handling and codes from Public Mint's APIs.
Last updated
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.
Last updated