Exception: NemID::Errors::AUTH006Error
- Inherits:
-
AUTHError
- Object
- StandardError
- ResponseError
- AUTHError
- NemID::Errors::AUTH006Error
- 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 ⇒ AUTH006Error
constructor
A new instance of AUTH006Error.
Constructor Details
#initialize ⇒ AUTH006Error
Returns a new instance of AUTH006Error.
54 55 56 57 58 59 60 61 62 |
# File 'lib/nemid/errors/auth.rb', line 54 def initialize @da = "Du har brugt alle nøgler på nøglekortet. " \ "Du kan bestille et nyt på siden Mistet nøglekort. " \ "[https://service.nemid.nu/dk-da/nemid/noeglekort/mistet_noeglekort/]" @en = "You have used all the codes on your code card. " \ "You can order a new code card on the Lost code card page. " \ "[https://service.nemid.nu/dk-en/nemid/code_cards/lost_code_card/]" super end |