# Variables
ForbiddenError used for all the Forbidden requests (403).
RefreshTokenError used for the specific Unauthorized error related with refresh token error.
TokenExpiredError used for the specific Unauthorized error related with token expired error.
UnauthorizedError used for all the Unauthorized requests (401).