diff --git a/common/src/enums/Status.ts b/common/src/enums/Status.ts index 73fdf94..f6918be 100644 --- a/common/src/enums/Status.ts +++ b/common/src/enums/Status.ts @@ -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.