class ViewModel::DeserializationError::DuplicateOwner

def detail

def detail
  "Multiple parents attempted to claim the same owned '#{association_name}' reference: " + nodes.map(&:to_s).join(', ')
end