Exception: NemID::Errors::SRV011Error

Inherits:
SRVError show all
Defined in:
lib/nemid/errors/srv.rb

Instance Attribute Summary

Attributes inherited from ResponseError

#da, #en

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Fix the integration issue. The value specified in the " \ "TRANSACTION_CONTEXT parameter to the JS Client was longer than the " \ "allowed 100 characters.") ⇒ SRV011Error

Returns a new instance of SRV011Error.



63
64
65
66
67
68
69
# File 'lib/nemid/errors/srv.rb', line 63

def initialize(msg="Fix the integration issue. The value specified in the " \
  "TRANSACTION_CONTEXT parameter to the JS Client was longer than the " \
  "allowed 100 characters.")
  super
  @da = "Der er opstået en teknisk fejl. Kontakt support."
  @en = "A technical error has occurred. Contact support."
end