Exception: NemID::Errors::LOCK003Error

Inherits:
LOCKError show all
Defined in:
lib/nemid/errors/lock.rb

Constant Summary

Constants inherited from LOCKError

NemID::Errors::LOCKError::DA_SUPPORT_URL, NemID::Errors::LOCKError::EN_SUPPORT_URL

Instance Attribute Summary

Attributes inherited from ResponseError

#da, #en

Instance Method Summary collapse

Constructor Details

#initializeLOCK003Error

Returns a new instance of LOCK003Error.



38
39
40
41
42
43
44
45
# File 'lib/nemid/errors/lock.rb', line 38

def initialize
  @da = "Du har angivet forkert NemID nøgle for mange gange. " \
  "Dit NemID er spærret. Kontakt NemID support for at få adgang til dit " \
  "NemID igen.#{DA_SUPPORT_URL}"
  @en = "You have entered a wrong NemID key too many times. Your NemID is " \
  "blocked and cannot be used.  Please contact NemID support. #{EN_SUPPORT_URL}"
  super
end