Product Information > JADE Error Messages and System Messages > 11100 through 11199 - Jade REST Service Errors > 11108 - The Rest Service response json cannot be generated because the same object is referenced twice

11108   The Rest Service response json cannot be generated because the same object is referenced twice

Cause

This error occurs when the object returned by the called method to be passed back to the client has circular references or multiple references to the same object. For this type of structure, the response can be handled only using the NewtonSoft JSON format.

Action

Change the structure of the objects being returned. Alternatively, switch to the NewtonSoft JSON format.