mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
Add 418 error (#2)
* Update config.json Add 418 error * Update CHANGELOG.md
This commit is contained in:
parent
f140dd3ad8
commit
158856bebd
@ -4,6 +4,12 @@ All notable changes to this package will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Added
|
||||
|
||||
- 418 status code error page
|
||||
|
||||
## v1.2.0
|
||||
|
||||
### Fixed
|
||||
|
@ -82,6 +82,11 @@
|
||||
"message": "Requested Range Not Satisfiable",
|
||||
"description": "The requested byte range is not available and is out of bounds"
|
||||
},
|
||||
{
|
||||
"code": 418,
|
||||
"message": "I'm a teapot",
|
||||
"description": "Attempt to brew coffee with a teapot is not supported"
|
||||
},
|
||||
{
|
||||
"code": 429,
|
||||
"message": "Too Many Requests",
|
||||
|
Loading…
Reference in New Issue
Block a user