Exception: NemID::Errors::OCES003Error

Inherits:
OCESError show all
Defined in:
lib/nemid/errors/oces.rb

Instance Attribute Summary

Attributes inherited from ResponseError

#da, #en

Instance Method Summary collapse

Constructor Details

#initializeOCES003Error

Returns a new instance of OCES003Error.



38
39
40
41
42
43
44
45
46
47
48
# File 'lib/nemid/errors/oces.rb', line 38

def initialize
  @da = "Der er ikke tilknyttet en offentlig digital signatur til " \
  "det NemID du har forsøgt at logge på med. Hvis du tidligere har logget " \
  "ind hos os med NemID, kan fejlen skyldes, at du har flere NemID, og har " \
  "brugt et andet end normalt."
  @en = "You have attempted to log on using a NemID with no public " \
  "digital signature. If you previously have logged on to our service " \
  "using your NemID, the error can be due to having more than one NemID and " \
  "having used a different NemID than normally."
  super
end