C-Accel-CRIPT / sdk-archive

CRIPT Python SDK
MIT License
11 stars 0 forks source link

Better error message #70

Open InnocentBug opened 2 years ago

InnocentBug commented 2 years 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.