Exception: XeroKiwi::TokenRefreshError

Inherits:
AuthenticationError show all
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

#body, #status

Method Summary

Methods inherited from APIError

#initialize

Constructor Details

This class inherits a constructor from XeroKiwi::APIError