Exception: NemID::Errors::CAPP013Error

Inherits:
CAPPError show all
Defined in:
lib/nemid/errors/capp.rb

Instance Attribute Summary

Attributes inherited from ResponseError

#da, #en

Instance Method Summary collapse

Constructor Details

#initializeCAPP013Error

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