Ruby SDK Service Errors - any way to catch them ?
Summary
Ruby SDK Service Errors - any way to catch them ?Content
For particular calls, I'd like to prevent that a service error stops the current runtime env. Instead, I'd like to catch it beforehands like java's try / catch / finally approach.
Any suggestion how to do so ? Thanks !
0