Exception: NemID::Errors::LOCK003Error
- Inherits:
-
LOCKError
- Object
- StandardError
- ResponseError
- LOCKError
- NemID::Errors::LOCK003Error
- 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
Instance Method Summary collapse
-
#initialize ⇒ LOCK003Error
constructor
A new instance of LOCK003Error.
Constructor Details
#initialize ⇒ LOCK003Error
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 |