# File lib/vcr/structs.rb, line 473
    def self.from_hash(hash)
      new hash['code'], hash['message']
    end