Interactions-HSG / xarm-grpc

A command-line interface for xArm-C++-SDK to interact with UFACTORY xArms
Eclipse Public License 2.0
5 stars 0 forks source link

Implement Proper Error Handling #26

Open jo-bru opened 3 years ago

jo-bru commented 3 years ago

Implement error handling to throw an error when the responseCode is not 0 (i.e., the command was not successful). Return the responseCode without the responseValue by using stderr (?).