Exception: NemID::Errors::CAPP003Error
- Inherits:
-
CAPPError
- Object
- StandardError
- ResponseError
- CAPPError
- NemID::Errors::CAPP003Error
- Defined in:
- lib/nemid/errors/capp.rb
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#initialize ⇒ CAPP003Error
constructor
A new instance of CAPP003Error.
Constructor Details
#initialize ⇒ CAPP003Error
Returns a new instance of CAPP003Error.
26 27 28 29 30 |
# File 'lib/nemid/errors/capp.rb', line 26 def initialize @da = "Din nøgleapp kunne ikke blive indskrevet på grund af, at dens app id ikke er i en aktiv status." @en = "Your code app could not be enrolled due to its app id is not in status active." super end |