mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-14 09:52:09 +03:00
02199c6b02
refs #6526 - Change our errors to use `statusCode` for the status code (like res.statusCode) - Use statusCode for anything that's supposed to be the statusCode, rather than an error idenfier/code - Update all the tests that check the key - Route tests don't need fixing as the status codes are still returned correctly |
||
---|---|---|
.. | ||
bad-request-error.js | ||
data-import-error.js | ||
email-error.js | ||
index.js | ||
internal-server-error.js | ||
method-not-allowed-error.js | ||
no-permission-error.js | ||
not-found-error.js | ||
request-too-large-error.js | ||
too-many-requests-error.js | ||
unauthorized-error.js | ||
unsupported-media-type-error.js | ||
validation-error.js |