driplineorg / dripline-cpp

C++ Implementation of the Dripline framework
http://driplineorg.github.io
Apache License 2.0
1 stars 0 forks source link

Invalid specifier should return an error #92

Open nsoblath opened 1 year ago

nsoblath commented 1 year ago

Expected behavior for when a specifier is not handled should be that an error (i.e. 310) is returned. Right now that's not checked except for in Python with CMD requests, where if there's no function matching the specifier name, that error is returned.

nsoblath commented 2 days ago

To get a little more specific: