This page lists all status codes from the PPOperationStatusCodes.cs enum, grouped by category.
Code Convention
- First 2 digits: area/subsystem.
- Next 2 digits: subcategory.
- Last 2 digits: specific event code.
Category 01 - Simulation
| Code | Subfield | Event | Enum | Message |
|---|
| 010101 | 01 | 01 | Simulation_Created_Successfully | Simulation has been created successfully with uniqueId - {simulationUniqueID} |
| 010201 | 02 | 01 | Simulation_Updated_Successfully | Simulation has been updated successfully with uniqueId - {simulationUniqueID} |
| 010401 | 04 | 01 | Simulation_Cancelled_Successfully | Simulation has been submitted successfully |
Category 02 - Simulation Message
| Code | Subfield | Event | Enum | Message |
|---|
| 020101 | 01 | 01 | SimulationMessage_Created_Successfully | Simulation Message has been created successfully |
Category 03 - Simulation ESIS
| Code | Subfield | Event | Enum | Message |
|---|
| 030501 | 05 | 01 | SimulationESIS_Sent_Successfully | Simulation's ESIS has been sent successfully |
Category 04 - Process
| Code | Subfield | Event | Enum | Message |
|---|
| 040101 | 01 | 01 | Process_Created_Successfully | Process has been created successfully with uniqueId - {processUniqueID} |
| 040201 | 02 | 01 | Process_Updated_Successfully | Process has been updated successfully |
| 040301 | 03 | 01 | Process_Submitted_Successfully | Process has been submitted successfully |
| 040401 | 04 | 01 | Process_Cancelled_Successfully | Process has been cancelled successfully |
Category 05 - Process Borrower
| Code | Subfield | Event | Enum | Message |
|---|
| 050101 | 01 | 01 | ProcessBorrower_Created_Successfully | Borrower has been created successfully with uniqueId - {borrowerUniqueID} |
| 050201 | 02 | 01 | ProcessBorrower_Updated_Successfully | Borrower has been updated successfully |
| 050401 | 04 | 01 | ProcessBorrower_Deleted_Successfully | Borrower has been deleted successfully |
Category 06 - Process Property
| Code | Subfield | Event | Enum | Message |
|---|
| 060201 | 02 | 01 | ProcessProperty_Updated_Successfully | Property has been updated successfully |
Category 07 - Process Document
| Code | Subfield | Event | Enum | Message |
|---|
| 070101 | 01 | 01 | ProcessDocument_Created_Successfully | Document has been created successfully with uniqueId - {documentUniqueID} |
| 070201 | 02 | 01 | ProcessDocument_Updated_Successfully | Document has been updated successfully |
| 070401 | 04 | 01 | ProcessDocument_Deleted_Successfully | Document has been deleted successfully |
Category 08 - Process Message
| Code | Subfield | Event | Enum | Message |
|---|
| 080101 | 01 | 01 | ProcessMessage_Created_Successfully | Process Message has been created successfully |
Category 09 - Process ESIS
| Code | Subfield | Event | Enum | Message |
|---|
| 090501 | 05 | 01 | ProcessESIS_Sent_Successfully | Process's ESIS has been sent successfully |
Category 10 - Partner
| Code | Subfield | Event | Enum | Message |
|---|
| 100101 | 01 | 01 | Partner_Created_Successfully | Partner has been created successfully with uniqueId - {PartnerUniqueID} |
| 100201 | 02 | 01 | Partner_Updated_Successfully | Partner has been updated successfully with uniqueId - {PartnerUniqueID} |
| 100401 | 04 | 01 | Partner_Deleted_Successfully | Partner has been deleted successfully |
| 100601 | 06 | 01 | Partner_Credentials_Created_Successfully | Partner credentials have been created/updated successfully |
| 100602 | 06 | 02 | Partner_Credentials_Created_Not_Successfully | Partner credentials have not been created/updated successfully |
Category 11 - Partner Document
| Code | Subfield | Event | Enum | Message |
|---|
| 110101 | 01 | 01 | PartnerDocument_Created_Successfully | Partner Document has been created successfully with uniqueId - {DocumentUniqueID} |
| 110201 | 02 | 01 | PartnerDocument_Updated_Successfully | Partner Document has been updated successfully |
| 110401 | 04 | 01 | PartnerDocument_Deleted_Successfully | Partner Document has been deleted successfully |
Category 12 - Partner User
| Code | Subfield | Event | Enum | Message |
|---|
| 120101 | 01 | 01 | PartnerUser_Created_Successfully | Partner User has been created successfully with uniqueId - {PartnerUserID} |
| 120201 | 02 | 01 | PartnerUser_Updated_Successfully | Partner User has been updated successfully with uniqueId - {PartnerUserID} |
| 120401 | 04 | 01 | PartnerUser_Deleted_Successfully | Partner User has been deleted successfully |
Category 13 - Partner Callback
| Code | Subfield | Event | Enum | Message |
|---|
| 130201 | 02 | 01 | PartnerCallback_Updated_Successfully | Partner Callback has been updated successfully for partner with uniqueId - {PartnerUniqueID} |
| 130401 | 04 | 01 | PartnerCallback_Deleted_Successfully | Partner Callback has been deleted successfully |
| 130402 | 04 | 02 | PartnerCallback_Deleted_Not_Successfully | Partner Callback could not be deleted successfully |
Last modified on