Exception: NemID::Errors::AUTH006Error

Inherits:
AUTHError show all
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

#da, #en

Instance Method Summary collapse

Constructor Details

#initializeAUTH006Error

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