Exception: NemID::Errors::CAPP007Error

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

#initializeCAPP007Error

Returns a new instance of CAPP007Error.



50
51
52
53
54
# File 'lib/nemid/errors/capp.rb', line 50

def initialize
  @da = "Din nøgleapp kunne ikke blive aktiveret, da den ikke har den korrekte status (VALIDATIONS_MISSING)."
  @en = "Your code app could not be activated as it did not have the correct status (VALIDATION_MISSING)."
  super
end