Exception: XeroKiwi::TokenRefreshError
- Inherits:
-
AuthenticationError
- Object
- StandardError
- Error
- APIError
- AuthenticationError
- XeroKiwi::TokenRefreshError
- Defined in:
- lib/xero_kiwi/errors.rb
Overview
Raised when refreshing the OAuth2 token fails — typically because the refresh token has expired (60 days) or has already been rotated. Callers should treat this as “the user must re-authorise” and surface accordingly.
Instance Attribute Summary
Attributes inherited from APIError
Method Summary
Methods inherited from APIError
Constructor Details
This class inherits a constructor from XeroKiwi::APIError