Exception: NemID::Errors::OCES006Error

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

#initializeOCES006Error

Returns a new instance of OCES006Error.



73
74
75
76
77
78
79
80
81
82
# 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