Error Summary
Common OIPA REST API errors with error IDs, causes, and fix tips.
FileReceived
| Message | Error ID | Cause | Fix Tip |
|---|---|---|---|
| FileId not found | REST:FRInvalidFileId | The file Id provided in the payload did not exist in the system. | Provide the correct FileId. |
ExposedComputation
| Message | Error ID | Cause | Fix Tip |
|---|---|---|---|
| Exposed computation with ComputationId {computationId} is not found. | REST:ECComputationIdNotFound | The ComputationId provided in the payload does not match any existing exposed computation rules configured in the system. | Provide a correct exposed ComputationId. |
PolicyValuation
| Message | Error ID | Cause | Fix Tip |
|---|---|---|---|
| Invalid Policy Number | REST:PVInvalidPolicyNumber | The PolicyNumber provided in the payload is not valid or does not exist in the database. | Provide the correct Policy Number in the payload. |
| Field {Field Name} not valid | REST:PVInvalidFieldName | The field {FieldName} provided in the payload is not valid for PolicyValuation service. | Remove the invalid field from the payload. |
| Required field {Field Name} is not present. | REST:PVMissingField | The required field {FieldName} is not present in the payload. | Add the required field in the payload. |
ProcessPolicy
| Message | Error ID | Cause | Fix Tip |
|---|---|---|---|
| Invalid Policy Number | REST:PPInvalidPolicyNumber | The PolicyNumber provided in the payload is not valid or does not exist in the database. | Provide the correct Policy Number in the payload for ProcessPolicy web service. |