class NemID::Errors::OCES005Error

Public Class Methods

new(msg="The service provider is advised to perform a reload of " \ "the client so the user can try again. Also, if the problem persists, refer to Support.") click to toggle source
Calls superclass method NemID::Errors::OCESError::new
# File lib/nemid/errors/oces.rb, line 60
def initialize(msg="The service provider is advised to perform a reload of " \
  "the client so the user can try again. Also, if the problem persists, refer to Support.")
  @da = "Udstedelsen af din offentlige digitale signatur mislykkedes. "  \
  "Forsøg venligst igen. Hvis problemet fortsætter, kontakt NemID support " \
  "[https://www.nemid.nu/dk-da/support/faa_hjaelp_til_nemid/kontakt/]"
  @en = "Issuing your public digital signature failed. Please try again. " \
  "If the problem persists contact NemID support " \
  "[https://www.nemid.nu/dk-en/support/contact/]"
  super
end