class NemID::Errors::SRV011Error
Public Class Methods
new(msg="Fix the integration issue. The value specified in the " \ "TRANSACTION_CONTEXT parameter to the JS Client was longer than the " \ "allowed 100 characters.")
click to toggle source
Calls superclass method
NemID::Errors::SRVError::new
# 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