googleapis / gax-ruby

Google API Extensions for Ruby
https://rubygems.org/gems/google-gax
BSD 3-Clause "New" or "Revised" License
20 stars 22 forks source link

Hash coercion: unhelpful error message #82

Closed geigerj closed 7 years ago

geigerj commented 7 years ago

Observed behavior

Attempt to coerce a hash to proto that does not contain an array for a repeated field using util:

ArgumentError (ArgumentError)

Expected behavior

Could not coerce value XXX to array (ArgumentError)