I have a DMI RPC setup and working.
I plan on allowing the callback specified in the DMI.call handle any errors based on the status field value.
I read that I need to disable the default error handling in the RPCManager documentation, but I cannot figure out how/where to make the call to specify that I want to handle errors myself. There is no RPCRequest in the DMI.call or I would set it there.
Thanks in advance for any help on this.
I plan on allowing the callback specified in the DMI.call handle any errors based on the status field value.
I read that I need to disable the default error handling in the RPCManager documentation, but I cannot figure out how/where to make the call to specify that I want to handle errors myself. There is no RPCRequest in the DMI.call or I would set it there.
Thanks in advance for any help on this.
Comment