Exception: NemID::Errors::OCES005Error

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

#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.") ⇒ OCES005Error

Returns a new instance of OCES005Error.



60
61
62
63
64
65
66
67
68
69
# 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