Exception: Virgil::SDK::HighLevel::VirgilCardManager::AppCredentialsException

Inherits:
StandardError
  • Object
show all
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_sObject



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