Error Messages

All ThingSpace Platform APIs return error messages when needed. Error messages are formatted as SOAP faults, which are converted to equivalent objects by the SOAP-processing libraries in your programming language.

All APIs return synchronous errors for invalid entries, missing values, and similar input errors. Some APIs can also return errors in callback messages for requests that fail during processing, such as activation failures.

Synchronous Errors

Callback Errors