Exception: NemID::Errors::CAN007Error
- Inherits:
-
CANError
- Object
- StandardError
- ResponseError
- CANError
- NemID::Errors::CAN007Error
- Defined in:
- lib/nemid/errors/can.rb
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#initialize ⇒ CAN007Error
constructor
A new instance of CAN007Error.
Constructor Details
#initialize ⇒ CAN007Error
Returns a new instance of CAN007Error.
77 78 79 80 81 82 83 84 |
# File 'lib/nemid/errors/can.rb', line 77 def initialize @da = "Du har afvist din anmodning om godkendelse i din nøgleapp. Hvis " \ "det var en fejl, kan du sende en ny anmodning, når du har afsluttet ved " \ "at klikke på \"Ok\"." @en = "You rejected your code app authentication request. If this was " \ "incorrect, you can submit a new request after clicking \"OK\" to finish." super end |