Add a Forbidden status
This commit is contained in:
parent
af37e3b5f5
commit
5da30d572f
1 changed files with 6 additions and 0 deletions
|
|
@ -13,6 +13,12 @@ export enum Status {
|
||||||
*/
|
*/
|
||||||
OutOfDate = 401,
|
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
|
* Something in the request couldn't be found. Check the "message" for
|
||||||
* additional information.
|
* additional information.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue