class NemID::Errors::OCES006Error

Public Class Methods

new() click to toggle source
Calls superclass method NemID::Errors::OCESError::new
# File lib/nemid/errors/oces.rb, line 73
def initialize
  @da = "Du har ikke en aktiv offentlig digital signatur tilknyttet " \
  "NemID i øjeblikket. Ved bestilling af NemID vil du blive tilbudt at knytte " \
  "en signatur til dit nuværende NemID. Bestil NemID [https://service.nemid.nu/dk-da/bestil_nemid/]."
  @en = "You currently don’t have an active public digital signature " \
  "(OCES certificate) affiliated with your NemID. To get this, start the regular " \
  "NemID order flow after which you will be asked to affiliate a public " \
  "digital signature with your current NemID. Request NemID [https://service.nemid.nu/dk-da/bestil_nemid/]"
  super  
end