class NemID::Errors::OCES003Error

Public Class Methods

new() click to toggle source
Calls superclass method NemID::Errors::OCESError::new
# 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