Exception: NemID::Errors::AUTH004Error

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

#initializeAUTH004Error

Returns a new instance of AUTH004Error.



34
35
36
37
38
39
40
# File 'lib/nemid/errors/auth.rb', line 34

def initialize
  @da = "Dit NemID er midlertidigt låst i 8 timer og du kan ikke logge på " \
  "før spærringen er ophævet"
  @en = "Your NemID is temporarily locked and you cannot log on until the " \
  "8 hour time lock has been lifted."
  super
end