Exception: Virgil::SDK::HighLevel::VirgilCardManager::AppCredentialsException
- Inherits:
-
StandardError
- Object
- StandardError
- Virgil::SDK::HighLevel::VirgilCardManager::AppCredentialsException
- Defined in:
- lib/virgil/sdk/high_level/virgil_card_manager.rb
Overview
AppCredentialsException raises when application credentials are missing in actions where they are required.
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
57 58 59 |
# File 'lib/virgil/sdk/high_level/virgil_card_manager.rb', line 57 def to_s "For this action we need app_id and app_key" end |