Exception: NemID::Errors::AUTH019Error

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

#initialize(msg = '') ⇒ AUTH019Error

Returns a new instance of AUTH019Error.



163
164
165
166
167
168
169
# File 'lib/nemid/errors/auth.rb', line 163

def initialize(msg='')
  @da = "Det er ikke muligt at logge ind med nøglekort, brug anden løsning " \
  "nøgleapp eller nøgleviser."
  @en = "It is not possible to login with a code card, please use a code app " \
  "or code token."
  super
end