Error Codes
The following error codes are handled by Service Request Microservice:
| Error Codes | Error Messages |
|---|---|
| SRMS-00101 | Request Body is missing |
| SRMS-00102 | Duplicate Request |
| SRMS-00103 | Empty Request. In case of multiple requests, all or any of the request is empty |
| SRMS-00104 | Existing <Service Request/Config> record for the id <ServiceRequestId/ConfigID> not found |
| SRMS-00105 | Record already exists for the - <ServiceRequestId/ConfigID> |
| SRMS-00106 | Invalid <Service Request/Config> Id - <ServiceRequestId/ConfigID> |
| SRMS-00107 | Field(s) <fieldName> missing |
| SRMS-00108 | Unable to parse <AttributeName> <AttributeValue> in <ExpectedFormat> |
| SRMS-00109 | <Service Request/Config> record(s) not found |
| SRMS-00110 | <Attribute> parse Failed |
| SRMS-00112 | Mismatch <ParameterName> in Body and URL |
| SRMS-00113 | Date should be in <YYYY-MM-DD> format |
| SRMS-00114 | <ParameterName> is missing in Query/Path Params |
| SRMS-00401 | Error Occurred, Unable to save <Service Request/Config> |
| SRMS-00402 | Failed to fetch <Service Request/Config> record |
| SRMS-00403 | Transformation Operation Failed for <Service Request Operation> |
| SRMS-00404 | Internal Server Error |
| SRMS-00405 | No Record Available for <Service Request/Config> |
| SRMS-00406 | Fabric Token generation failed |
| SRMS-00407 | Service Request cannot be sent to <Fabric/Stream> |
| SRMS-00408 | Length for <attributeName> should be <attributeLength> |
| SRMS-00409 | Service Request has already been rejected. Cannot perform <operationName> Operation |
| SRMS-00410 | Cannot perform <operationName> Operation |
| SRMS-00411 | Signatory Approval Error |
| SRMS-00412 | Cannot perform <operationName> Operation as it is not enabled in configuration |
| SRMS-00413 | Cannot perform <operationName> Operation as Endpoint is not set in configuration |
| SRMS-00414 | Input Parameters are missing |
| SRMS-00415 | No History Available for Service Request - <serviceRequestID> |
| SRMS-00416 | <fieldName> cannot be updated |
| SRMS-00417 | Unable to build the criteria due to the query parameter |
| SRMS-00418 | Record with Service Request Id : <serviceRequestId> not found |
*<Value> indicates its a placeholder for Value that could be there
**if <Value1/Value2> the placeholder is separated like this using slash(/) it could be one of those options present, based on the API and scenario.
In this topic