Add a Forbidden status

This commit is contained in:
Oliver Akins 2022-03-13 18:30:46 -06:00
parent af37e3b5f5
commit 5da30d572f
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -13,6 +13,12 @@ export enum Status {
*/
OutOfDate = 401,
/**
* The resource that is being requested cannot be accessed at the current
* point in time for some reason. Check the "message" for additional details.
*/
Forbidden = 403,
/**
* Something in the request couldn't be found. Check the "message" for
* additional information.