github.com/shyftnetwork/go-empyrean@v1.8.3-0.20191127201940-fbfca9338f04/shyft_documentation/source/includes/_errors.md (about)

     1  # Errors
     2  
     3  <aside class="notice">
     4  This error section is stored in a separate file in <code>includes/_errors.md</code>. Slate allows you to optionally separate out your docs into many files...just save them to the <code>includes</code> folder and add them to the top of your <code>index.md</code>'s frontmatter. Files are included in the order listed.
     5  </aside>
     6  
     7  The Shyft Block Explorer API uses the following error codes:
     8  
     9  Error Code | Meaning
    10  ---------- | -------
    11  400 | Bad Request -- Your request is invalid.
    12  404 | Not Found -- The specified request endpoint could not be found.
    13  406 | Not Acceptable -- You requested a format that isn't json.
    14  429 | Too Many Requests -- You're requesting too much data! Slow down!
    15  500 | Internal Server Error -- We had a problem with our server. Try again later.
    16  503 | Service Unavailable -- We're temporarily offline for maintenance. Please try again later.