feat(event): April Foolin

This commit is contained in:
Sabe Jones
2020-04-01 06:31:39 -05:00
parent 92cf506bad
commit e39eafd3f0
157 changed files with 3090 additions and 2328 deletions

View File

@@ -41,6 +41,19 @@ export const { BadRequest } = common.errors;
*/
export const { NotFound } = common.errors;
/**
* @apiDefine Forbidden
* @apiError Forbidden The requested resource was not found.
*
* @apiErrorExample Error-Response:
* HTTP/1.1 403 Forbidden
* {
* "error": "Forbidden",
* "message": "Access forbidden."
* }
*/
export const { Forbidden } = common.errors;
/**
* @apiDefine NotificationNotFound