Method: TableSync::UpsertError#initialize

Defined in:
lib/table_sync/errors.rb

#initialize(data:, target_keys:, result:) ⇒ UpsertError

Returns a new instance of UpsertError.



7
8
9
# File 'lib/table_sync/errors.rb', line 7

def initialize(data:, target_keys:, result:)
  super("data: #{data.inspect}, target_keys: #{target_keys.inspect}, result: #{result.inspect}")
end