Exception: NemID::Errors::CAPP001Error
- Inherits:
-
CAPPError
- Object
- StandardError
- ResponseError
- CAPPError
- NemID::Errors::CAPP001Error
- Defined in:
- lib/nemid/errors/capp.rb
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#initialize ⇒ CAPP001Error
constructor
A new instance of CAPP001Error.
Constructor Details
#initialize ⇒ CAPP001Error
Returns a new instance of CAPP001Error.
10 11 12 13 14 |
# File 'lib/nemid/errors/capp.rb', line 10 def initialize @da = "Nøgleappen kunne ikke blive indskrevet på grund af krænkelse af app'ens begrænsede identites type." @en = "The code app could not be enrolled due to violation of the app's restricted identity type." super end |