Error Handling
Conga Collaborate uses standard HTTP response codes to indicate the success or failure of an API request. Below are some example response codes:
|
Code |
Description |
Notes |
|---|---|---|
|
200 |
OK |
Solution was successful. |
|
401 |
UNAUTHORIZED |
Call executed with a missing or invalid authentication token |
|
404 |
NOT FOUND |
Requested resource could not be found. |
|
500 |
INTERNAL SERVER ERROR |
The Server threw an exception. Contact Conga Collaborate Support if these errors occur. |
