Click or drag to resize

ResultNotesErrors Enumeration

Possible error codes in ResultNotes.ErrorType.

Namespace:  SeniorSystemsWS.Entity
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public enum ResultNotesErrors
Members
  Member nameValueDescription
Success0 Method call was successful.
RecordLockedInAnotherTransaction1 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.
DataTooLarge2 Data in one of the fields is too large for the database. See ResultNotes.Message for the name of the field.
ApprovalInProcess3 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.
InvalidEntityNumber4 The entity number does not reference a valid person.
InvalidEntityNumberForOperation5 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.
InvalidNotesRecordNumber6 The notes record number provided does not reference a notes record.
See Also