Exception: NemID::Errors::CAPP001Error

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

#initializeCAPP001Error

Returns a new instance of CAPP001Error.



10
11
12
13
14
# File 'lib/nemid/errors/capp.rb', line 10

def initialize
  @da = "Nøgleappen kunne ikke blive indskrevet på grund af krænkelse af app'ens begrænsede identites type."
  @en = "The code app could not be enrolled due to violation of the app's restricted identity type."
  super
end