Exception: NemID::Errors::AUTH013Error
- Inherits:
-
AUTHError
- Object
- StandardError
- ResponseError
- AUTHError
- NemID::Errors::AUTH013Error
- 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
Instance Method Summary collapse
-
#initialize(msg = "The service provider is advised to perform a reload of " \ "the client so the user can re-authenticate using regular 2-factor authentication.") ⇒ AUTH013Error
constructor
A new instance of AUTH013Error.
Constructor Details
#initialize(msg = "The service provider is advised to perform a reload of " \ "the client so the user can re-authenticate using regular 2-factor authentication.") ⇒ AUTH013Error
Returns a new instance of AUTH013Error.
132 133 134 135 136 137 |
# File 'lib/nemid/errors/auth.rb', line 132 def initialize(msg="The service provider is advised to perform a reload of " \ "the client so the user can re-authenticate using regular 2-factor authentication.") @da = "Der er opstået en teknisk fejl. Forsøg igen." @en = "A technical error has occurred. Please try again." super end |