Exception: Skykick::AuthenticationError
- Inherits:
-
SkykickError
- Object
- StandardError
- SkykickError
- Skykick::AuthenticationError
- Defined in:
- lib/skykick/error.rb
Overview
Raised when authentication to the Skykick API fails. This might be due to incorrect credentials, an expired token, or insufficient permissions.
Example:
raise Skykick::AuthenticationError, "Invalid client credentials"