Exception: NemID::Errors::AUTH008Error

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

#initializeAUTH008Error

Returns a new instance of AUTH008Error.



76
77
78
79
80
81
82
83
84
# File 'lib/nemid/errors/auth.rb', line 76

def initialize
  @da = "Dit NemID er ikke aktivt og du skal bestille en ny midlertidig " \
  "adgangskode til aktivering hos support. Ring til NemID support " \
  "#{DA_SUPPORT_URL}."
  @en = "Your NemID is not active and you need support to issue a new " \
  "activation password to activate. Please call NemID support. " \
  "#{EN_SUPPORT_URL}"
  super
end