You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make a call to client.create_opportunity with an incorrect opportunity value and you'll see it log a 400 response code but not actually throw an error
client.create_opportunity({lead_id: "..",value: 100.5,# this is invalid, integers onlyvalue_period: "monthly",status_id: "..."})
It'll log, but not error throw.
The text was updated successfully, but these errors were encountered:
rathboma
changed the title
Seems like responses with code 400 aren't actually throwing errors
Seems like responses with code 400 aren't actually throwing errors when creating an opportunity
May 4, 2017
Make a call to
client.create_opportunity
with an incorrect opportunity value and you'll see it log a 400 response code but not actually throw an errorIt'll log, but not error throw.
The text was updated successfully, but these errors were encountered: