Exception: NemID::Errors::CAPP002Error

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

#initializeCAPP002Error

Returns a new instance of CAPP002Error.



18
19
20
21
22
# File 'lib/nemid/errors/capp.rb', line 18

def initialize
  @da = "Din nøgleapp kunne ikke blive indskrevet på grund af krænkelse af suspensionsreglerne."
  @en = "Your code app could not be enrolled due to violation of the suspension rules."
  super
end