Class: Google::Cloud::Spanner::DuplicateNameError

Inherits:
Error
  • Object
show all
Defined in:
lib/google/cloud/spanner/errors.rb

Overview

DuplicateNameError

Data accessed by name (typically by calling Google::Cloud::Spanner::Data#[] with a key or calling Google::Cloud::Spanner::Data#to_h) has more than one occurrence of the same name. Such data should be accessed by position rather than by name.