Exception: NemID::Errors::CAPP010Error
- Inherits:
-
CAPPError
- Object
- StandardError
- ResponseError
- CAPPError
- NemID::Errors::CAPP010Error
- Defined in:
- lib/nemid/errors/capp.rb
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#initialize ⇒ CAPP010Error
constructor
A new instance of CAPP010Error.
Constructor Details
#initialize ⇒ CAPP010Error
Returns a new instance of CAPP010Error.
74 75 76 77 78 |
# File 'lib/nemid/errors/capp.rb', line 74 def initialize @da = "Nulstilling af din nøgeleapps pin kunne ikke blive fuldført, da din nøgleapp ikke er i en aktiv status." @en = "The reset of your code app pin could not be done as the code app is not in status active." super end |