Exception: NemID::Errors::SRV011Error
- Inherits:
-
SRVError
- Object
- StandardError
- ResponseError
- SRVError
- NemID::Errors::SRV011Error
- Defined in:
- lib/nemid/errors/srv.rb
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#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
constructor
A new instance of SRV011Error.
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 |