Exception: NemID::Errors::CAPP007Error
- Inherits:
-
CAPPError
- Object
- StandardError
- ResponseError
- CAPPError
- NemID::Errors::CAPP007Error
- Defined in:
- lib/nemid/errors/capp.rb
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#initialize ⇒ CAPP007Error
constructor
A new instance of CAPP007Error.
Constructor Details
#initialize ⇒ CAPP007Error
Returns a new instance of CAPP007Error.
50 51 52 53 54 |
# File 'lib/nemid/errors/capp.rb', line 50 def initialize @da = "Din nøgleapp kunne ikke blive aktiveret, da den ikke har den korrekte status (VALIDATIONS_MISSING)." @en = "Your code app could not be activated as it did not have the correct status (VALIDATION_MISSING)." super end |