Exception: NemID::Errors::CAN007Error

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

#initializeCAN007Error

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