Troubleshooting return codes

401 - Not authorized

See Communicate with CSAfor steps to set up authentication.

403 - Forbidden

The user requesting details is not the owner of the object.

404 - Object not found

Check the body of your REST call to make sure it is properly formed and includes valid data.

409 - Conflict

The user attempted to create a duplicate object when one already exists in the system.

500 - Server exception

This is a generic error message that is sent when the server was unable to return a result.