C-Accel-CRIPT / sdk-archive

CRIPT Python SDK
MIT License
11 stars 0 forks source link

Better error message #70

Open InnocentBug opened 1 year ago

InnocentBug commented 1 year ago

When a call to BaseNode.create fails, because of non-conforming with controlled vocabulary, it should raise an exception. And not silently return.

When errors happen, they need to be handled.