5-4 - Method not found in service interface
Possible Reason
- The interface name#method called by the consumer does not exist.
- The server does not expose the current interface correctly.
Troubleshooting and resolution steps
- Check whether the interface name# method called by the consumer exists.
- Check whether it exists in the service list exposed by the server.
Last modified January 3, 2023: Merge error code 3-3 to 3-8, 6-4 to 99-0. (#1796) (a687d30ae0)