stormpath / stormpath.github.io

Stormpath public documentation. This repo serves built assets, please no PRs here

Home Page:https://docs.stormpath.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API Errors Are Not Available

rdegges opened this issue · comments

Our API generates links to error messages on the site, but these links are all 404s currently. We gotta fix this.

Here are some of the missing errors:

  • 12001
  • ...

Should be working now. :)

Just got this error:

{
  "status": 400,
  "code": 2000,
  "message": "Organization name is required; it cannot be null, empty, or blank.",
  "developerMessage": "Organization name is required; it cannot be null, empty, or blank.",
  "moreInfo": "https://docs.stormpath.com/rest/product-guide/latest/errors.html#error-2000",
  "requestId": "57dc27c0-3efe-11e6-9e86-22000b548192"
}

And that URL is 100% working.