Include Exceptions

Whenever you make a request that is accepted and gives an error based on includes you can check the status code or name in the table below for more information. The description will show more details about how the error is created and what possible steps you can take to avoid these kind of errors.

StatusNameDescription

5000

Include not allowed

5001

Include not found

This include is not available in the API, please remove the inlcude from the request. Check the docs for the requested entity to check all the available includes.

5008

Include depth

5013

Include not available

This include is not available on the requested entity. Check the docs for the requested entity to check all the available includes.

Last updated