export enum StatusCode { Unauthorized = 401, Forbidden = 403, TooManyRequests = 429, InternalServerError = 500, }