Exception: NemID::Errors::CAPP003Error

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

#initializeCAPP003Error

Returns a new instance of CAPP003Error.



26
27
28
29
30
# File 'lib/nemid/errors/capp.rb', line 26

def initialize
  @da = "Din nøgleapp kunne ikke blive indskrevet på grund af, at dens app id ikke er i en aktiv status."
  @en = "Your code app could not be enrolled due to its app id is not in status active."
  super
end