Exception: NemID::Errors::CAN008Error
- Inherits:
-
CANError
- Object
- StandardError
- ResponseError
- CANError
- NemID::Errors::CAN008Error
- Defined in:
- lib/nemid/errors/can.rb
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#initialize(msg = "User should be notified and could have a choice to restart transaction") ⇒ CAN008Error
constructor
A new instance of CAN008Error.
Constructor Details
#initialize(msg = "User should be notified and could have a choice to restart transaction") ⇒ CAN008Error
Returns a new instance of CAN008Error.
88 89 90 91 92 93 94 |
# File 'lib/nemid/errors/can.rb', line 88 def initialize(msg="User should be notified and could have a choice to restart transaction") @da = "Du har sendt en ny anmodning til godkendelse i din nøgleapp, som " \ "overskriver en eksisterende." @en = "You sent a new authentication request to your code app overwriting " \ "an existing one." super end |