Exception: NemID::Errors::AUTH008Error
- Inherits:
-
AUTHError
- Object
- StandardError
- ResponseError
- AUTHError
- NemID::Errors::AUTH008Error
- Defined in:
- lib/nemid/errors/auth.rb
Constant Summary
Constants inherited from AUTHError
NemID::Errors::AUTHError::DA_SUPPORT_URL, NemID::Errors::AUTHError::EN_SUPPORT_URL
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#initialize ⇒ AUTH008Error
constructor
A new instance of AUTH008Error.
Constructor Details
#initialize ⇒ AUTH008Error
Returns a new instance of AUTH008Error.
76 77 78 79 80 81 82 83 84 |
# File 'lib/nemid/errors/auth.rb', line 76 def initialize @da = "Dit NemID er ikke aktivt og du skal bestille en ny midlertidig " \ "adgangskode til aktivering hos support. Ring til NemID support " \ "#{DA_SUPPORT_URL}." @en = "Your NemID is not active and you need support to issue a new " \ "activation password to activate. Please call NemID support. " \ "#{EN_SUPPORT_URL}" super end |