Unclear Method Call Error
Posted: April 4th, 2022, 7:58 pm
Errors that occur in a service that calls a method or submethod seem to suggest that the error happened inside of the method instead of the service itself. Would it be possible to tell the developer more clearly that the error occurred in the method call service and not in the method itself?
For example, when I forgot to give an "Output" node in the submethod call service a name, I got "Error in CallSubMethod. See inner exception." in the logs. I was really confused when the submethod itself showed no errors though.
For comparison, this is the error when a node name is blank for a CreateServiceNode service.
For example, when I forgot to give an "Output" node in the submethod call service a name, I got "Error in CallSubMethod. See inner exception." in the logs. I was really confused when the submethod itself showed no errors though.
For comparison, this is the error when a node name is blank for a CreateServiceNode service.