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
I was wondering why there is no return value for http responses on some methods: public void updateSObject(...
whereas this similar method has one (even though its a simple Enum value): public CreateOrUpdateResult createOrUpdateSObject(...
I would want to monitor what happens to my http call, but as it is, its lost in the void.
Thanks.
The text was updated successfully, but these errors were encountered:
dincozdemir
changed the title
return http responses instead of void calls
Return http responses instead of void calls
Apr 16, 2018
Hello,
I was wondering why there is no return value for http responses on some methods:
public void updateSObject(...
whereas this similar method has one (even though its a simple Enum value):
public CreateOrUpdateResult createOrUpdateSObject(...
I would want to monitor what happens to my http call, but as it is, its lost in the void.
Thanks.
The text was updated successfully, but these errors were encountered: