ResultNotesErrors Enumeration |
Namespace: SeniorSystemsWS.Entity
| Member name | Value | Description | |
|---|---|---|---|
| Success | 0 | Method call was successful. | |
| RecordLockedInAnotherTransaction | 1 | The pending notes record being referenced is currently locked by another process. This usually means that the record is in the process of being approved. | |
| DataTooLarge | 2 | Data in one of the fields is too large for the database. See ResultNotes.Message for the name of the field. | |
| ApprovalInProcess | 3 | The pending notes record being referenced has been partially approved and cannot be changed. No further notes changes can be made to this person until the approval has been completed. | |
| InvalidEntityNumber | 4 | The entity number does not reference a valid person. | |
| InvalidEntityNumberForOperation | 5 | The entity number provided references a valid person, but this person is incompatible with the method. This will often be the error when an entity number is provided for a non-parent and non-constituent person. | |
| InvalidNotesRecordNumber | 6 | The notes record number provided does not reference a notes record. |