# File lib/net/ssh/errors.rb, line 49
    def [](key)
      @data && @data[key]
    end