Exception: NemID::Errors::CAPP013Error
- Inherits:
-
CAPPError
- Object
- StandardError
- ResponseError
- CAPPError
- NemID::Errors::CAPP013Error
- Defined in:
- lib/nemid/errors/capp.rb
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#initialize ⇒ CAPP013Error
constructor
A new instance of CAPP013Error.
Constructor Details
#initialize ⇒ CAPP013Error
Returns a new instance of CAPP013Error.
98 99 100 101 102 |
# File 'lib/nemid/errors/capp.rb', line 98 def initialize @da = "Din nøgleapp kunne ikke blive indskrevet på grund af forkert software fingeraftryk eller manglende whitelist af software fingeraftryk." @en = "Your code app could not be enrolled due to incorrect software fingerprint or missing whitelist of software fingerprint" super end |