Exception: NemID::Errors::CAN008Error

Inherits:
CANError show all
Defined in:
lib/nemid/errors/can.rb

Instance Attribute Summary

Attributes inherited from ResponseError

#da, #en

Instance Method Summary collapse

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