The API methods will return error codes shown here in case of any error.
If an API method fails, it returns a standardized error response containing an error code and a descriptive message. The error code corresponds to the list of error codes documented in this section. Additional diagnostic details may be included to help identify and resolve the issue.
| Error code | Description |
|---|---|
| DIS-1001 | Unauthorized, Invalid token |
| DIS-1002 | Not Authorized to access this API |
| DIS-1003 | Issue with internal services |
| DIS-1004 | Workspace Id is missing from Bearer Token |
| DIS-1005 | Rate limit exceeded |
| DIS-1006 | Unauthorized, Invalid key/secret |
| DIS-1007 | API quota has been permanently exhausted. No further requests are allowed for trial user |
| DIS-1008 | Invalid request ID, maximum allowed length is 38 characters |
| DIS-1009 | Access blocked due to too many failed attempts. Please try again after sometime |
| DIS-1010 | Workspace has been expired |
| DIS_MP_1000 | Flow execution failed |
| DIS-MP-1001 | Invalid flow definition format |
| DIS-MP-1002 | Flow ID cannot be null or empty |
| DIS-MP-1003 | Flow definition not found |
| DIS-MP-1004 | Flow already exists |
| DIS-MP-1005 | Required Body not satisfied |
| DIS-MP-1006 | Invalid input data format |
| DIS-MP-1007 | MongoDB connection error |
| DIS-MP-1008 | Flow Execution failed |