Exception: NemID::Errors::CAPP010Error

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

#initializeCAPP010Error

Returns a new instance of CAPP010Error.



74
75
76
77
78
# File 'lib/nemid/errors/capp.rb', line 74

def initialize
  @da = "Nulstilling af din nøgeleapps pin kunne ikke blive fuldført, da din nøgleapp ikke er i en aktiv status."
  @en = "The reset of your code app pin could not be done as the code app is not in status active."
  super
end