Exception: NemID::Errors::AUTH001Error

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

#initializeAUTH001Error

Returns a new instance of AUTH001Error.



14
15
16
17
18
19
20
# File 'lib/nemid/errors/auth.rb', line 14

def initialize
  @da = "Dit NemID er spærret. Kontakt NemID support " \
  "#{DA_SUPPORT_URL}."
  @en = "Your NemID is blocked. Please contact NemID support. " \
  "#{EN_SUPPORT_URL}"
  super
end